Fix test command

This commit is contained in:
Yuya Ochiai
2016-06-06 00:38:17 +09:00
parent 05bcda5eab
commit 29c53aa992
2 changed files with 1 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
"start": "electron dist",
"watch": "gulp watch",
"serve": "gulp watch",
"test": "gulp build && mocha --recursive test/specs && gulp prettify:verify",
"test": "gulp build && mocha --reporter mocha-circleci-reporter --recursive test/specs && gulp prettify:verify",
"package": "gulp package",
"package:windows": "gulp package:windows",
"package:osx": "gulp package:osx",