chore: create start:dev script
This commit is contained in:
parent
317504622c
commit
eb3ea8110c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "concurrently --kill-others \"npm run watch:dev\" \"npm start\"",
|
||||
"start:dev": "concurrently --kill-others \"npm run watch:dev\" \"npm start\"",
|
||||
"start": "http-server ./dist/ -a localhost -p 4200",
|
||||
"watch:dev": "node ./node_modules/webpack/bin/webpack.js --watch --mode development .",
|
||||
"buildprod": "node ./node_modules/webpack/bin/webpack.js --mode production ."
|
||||
|
|
Loading…
Reference in a new issue