Fix test command
This commit is contained in:
@@ -31,9 +31,6 @@ dependencies:
|
|||||||
- cp release/*.deb $CIRCLE_ARTIFACTS/
|
- cp release/*.deb $CIRCLE_ARTIFACTS/
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
|
||||||
- node_modules/.bin/mocha --reporter mocha-circleci-reporter
|
|
||||||
- node_modules/.bin/gulp prettify:verify
|
|
||||||
post:
|
post:
|
||||||
- mv test-results.xml $CIRCLE_TEST_REPORTS/
|
- mv test-results.xml $CIRCLE_TEST_REPORTS/
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
"start": "electron dist",
|
"start": "electron dist",
|
||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
"serve": "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": "gulp package",
|
||||||
"package:windows": "gulp package:windows",
|
"package:windows": "gulp package:windows",
|
||||||
"package:osx": "gulp package:osx",
|
"package:osx": "gulp package:osx",
|
||||||
|
Reference in New Issue
Block a user