mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
exit node test when it failed (#3673)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"prebuildify": "cd node && prebuildify -t 16.13.0 --napi --strip --postinstall \"node scripts/postinstall.js --prebuild\"",
|
||||
"test": "npm run test:lint && npm run test:mocha",
|
||||
"test:lint": "npm run lint",
|
||||
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail"
|
||||
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail --exit"
|
||||
},
|
||||
"types": "node/dist/index.d.ts",
|
||||
"version": "1.96.0"
|
||||
|
||||
Reference in New Issue
Block a user