We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ed712 commit a644c5bCopy full SHA for a644c5b
package.json
@@ -17,7 +17,7 @@
17
"acp": "git add -A && npm run commit && git push",
18
"commit": "git-cz",
19
"build": "tsc",
20
- "test": "mocha dist/**/*.test.js",
+ "test": "mocha dist/**/*.test.js --exit",
21
"cover": "nyc --lines 95 --check-coverage npm run test",
22
"clean": "rimraf dist",
23
"lint": "tslint --project ./tsconfig.json -c ./tslint.json",
0 commit comments