Fix watch-task for webpack

This commit is contained in:
Yuya Ochiai
2016-02-09 20:59:52 +09:00
parent ee273a9441
commit f3bca44218
3 changed files with 12 additions and 8 deletions

View File

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