npm run watchでサーバーサイドもwatchするように

This commit is contained in:
syuilo 2021-03-12 23:37:06 +09:00
parent b8d9dd15ac
commit 3e2d2e5f6b
3 changed files with 69 additions and 4 deletions

View file

@ -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",