Tools: Fixed tests on CI

mac_notarization
Laurent Cozic 2020-11-26 14:40:16 +00:00
parent 511e4b1da0
commit eed52a5cfd
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json",
"start": "gulp build && electron . --env dev --log-level debug --no-welcome --open-dev-tools",
"test": "jest",
"test-ci": "test"
"test-ci": "npm run test"
},
"repository": {
"type": "git",

View File

@ -14,7 +14,7 @@
"tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json",
"watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json",
"test": "jest",
"test-ci": "test"
"test-ci": "npm run test"
},
"author": "",
"license": "MIT",