Fix watch-task for webpack
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"postinstall": "npm run build",
|
||||
"build": "gulp build",
|
||||
"start": "electron dist",
|
||||
"serve": "gulp serve",
|
||||
"watch": "gulp watch",
|
||||
"serve": "gulp watch",
|
||||
"test": "gulp build && mocha",
|
||||
"package": "gulp package",
|
||||
"package:windows": "gulp package:windows",
|
||||
|
Reference in New Issue
Block a user