Browse Source
dev(frontend): Add "npm run serve" which allows to run with HMR
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/9401/head
Joas Schilling
2 years ago
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
1 changed files with
1 additions and
0 deletions
-
package.json
|
|
@ -13,6 +13,7 @@ |
|
|
|
"test:coverage": "TZ=UTC jest --coverage", |
|
|
|
"lint": "eslint --ext .js,.vue src", |
|
|
|
"lint:fix": "eslint --ext .js,.vue src --fix", |
|
|
|
"serve": "npx webpack serve --node-env development --progress --config webpack.config.js --env dev_server --allowed-hosts all", |
|
|
|
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue", |
|
|
|
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix" |
|
|
|
}, |
|
|
|