chore: update develop task to watch all packages (#1562)

This commit is contained in:
Shawn Erquhart
2018-07-31 15:44:56 -04:00
committed by GitHub
parent ddc8f04d4f
commit 21e54de483
23 changed files with 648 additions and 691 deletions

View File

@ -12,6 +12,7 @@
"sideEffects": false,
"scripts": {
"watch": "webpack -w",
"develop": "npm run watch",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {