From 7ef0ad3b161bebd303b3580bc760e14dab3883a2 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sat, 1 Oct 2016 00:30:23 +0900 Subject: [PATCH] Update npm test command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3aa58778..248af5cc 100644 --- a/package.json +++ b/package.json @@ -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",