Run tests using yarn instead of npm

This commit is contained in:
Daniel Gasienica 2018-04-03 11:37:52 -04:00
parent 052fb841f6
commit 7d0871ee0e

View file

@ -12,7 +12,7 @@
"main": "main.js",
"scripts": {
"postinstall": "electron-builder install-app-deps && rimraf node_modules/dtrace-provider",
"test": "npm run eslint && npm run test-server && grunt test && npm run test-app && npm run test-modules",
"test": "yarn eslint && yarn test-server && grunt test && yarn test-app && yarn test-modules",
"lint": "grunt jshint",
"start": "electron .",
"asarl": "asar l release/mac/Signal.app/Contents/Resources/app.asar",