npm run watchでサーバーサイドもwatchするように
This commit is contained in:
parent
b8d9dd15ac
commit
3e2d2e5f6b
3 changed files with 69 additions and 4 deletions
|
@ -19,7 +19,9 @@
|
|||
"build": "webpack && gulp build",
|
||||
"build-product": "cross-env NODE_ENV=production webpack && gulp build",
|
||||
"webpack": "webpack",
|
||||
"watch": "webpack --watch",
|
||||
"watch": "concurrently \"npm:watch-*\"",
|
||||
"watch-webpack": "webpack --watch",
|
||||
"watch-gulp": "gulp --watch",
|
||||
"gulp": "gulp build",
|
||||
"clean": "gulp clean",
|
||||
"cleanall": "gulp cleanall",
|
||||
|
@ -125,6 +127,7 @@
|
|||
"chart.js": "2.9.4",
|
||||
"cli-highlight": "2.1.10",
|
||||
"commander": "4.1.1",
|
||||
"concurrently": "6.0.0",
|
||||
"content-disposition": "0.5.3",
|
||||
"core-js": "3.9.1",
|
||||
"crc-32": "1.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue