Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
chore: add --exit flag to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov committed Jun 10, 2018
1 parent 035c0c0 commit 8ae7555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"build": "rimraf dist && tsc --pretty",
"lint": "tslint src/*.ts",
"release": "standard-version",
"test": "rimraf .test && mocha --trace-warnings --timeout 30000 dist/__test__",
"test": "rimraf .test && mocha --trace-warnings --timeout 30000 --exit dist/__test__",
"precommit": "lint-staged"
},
"author": "Stanislav Panferov <fnight.m@gmail.com> (http://panferov.me/)",
Expand Down Expand Up @@ -72,4 +72,4 @@
"webpack-cli": "^3.0.3",
"webpack-log": "^1.2.0"
}
}
}

0 comments on commit 8ae7555

Please sign in to comment.