Verify codes are formatted

This commit is contained in:
Yuya Ochiai
2016-02-15 23:58:46 +09:00
parent da5dca6f5d
commit 3a7a794afb
2 changed files with 48 additions and 19 deletions

View File

@@ -12,7 +12,7 @@
"start": "electron dist",
"watch": "gulp watch",
"serve": "gulp watch",
"test": "gulp build && mocha",
"test": "gulp build && mocha && gulp prettify:verify",
"package": "gulp package",
"package:windows": "gulp package:windows",
"package:osx": "gulp package:osx",