Run tests using yarn
instead of npm
This commit is contained in:
parent
052fb841f6
commit
7d0871ee0e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "electron-builder install-app-deps && rimraf node_modules/dtrace-provider",
|
"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",
|
"lint": "grunt jshint",
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"asarl": "asar l release/mac/Signal.app/Contents/Resources/app.asar",
|
"asarl": "asar l release/mac/Signal.app/Contents/Resources/app.asar",
|
||||||
|
|
Loading…
Add table
Reference in a new issue