Update npm test command

This commit is contained in:
Yuya Ochiai 2016-10-01 00:30:23 +09:00
parent 16788b5a6f
commit 7ef0ad3b16

View file

@ -25,7 +25,8 @@
"start": "electron dist",
"watch": "gulp watch",
"serve": "gulp watch",
"test": "npm run build && mocha --reporter mocha-circleci-reporter --recursive test/specs && gulp prettify:verify",
"test": "npm run build && npm run test:app && npm run lint:js",
"test:app": "mocha --reporter mocha-circleci-reporter --recursive test/specs",
"package:all": "npm run package:windows && npm run package:mac && npm run package:linux",
"package:windows": "build --win --x64 --ia32 --em.name=mattermost && npm run manipulate-windows-zip",
"package:mac": "build --mac --x64 --ia32",