Skip to content

Commit

Permalink
revert --exit option
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Mar 1, 2024
1 parent 91dacc2 commit 1e61e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"scripts": {
"pretest": "npm run format && npm run build",
"test": "TEST_PORT=1234 TS_NODE_CACHE=0 mocha",
"covtest": "TEST_PORT=1234 TS_NODE_CACHE=0 nyc mocha",
"test": "TEST_PORT=1234 TS_NODE_CACHE=0 mocha --exit",
"covtest": "TEST_PORT=1234 TS_NODE_CACHE=0 nyc mocha --exit",
"prettier": "prettier \"{lib,test}/**/*.ts\"",
"format": "npm run prettier -- --write",
"format:check": "npm run prettier -- -l",
Expand Down

0 comments on commit 1e61e0f

Please sign in to comment.