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

Commit 8ae7555

Browse files
committed
chore: add --exit flag to mocha
1 parent 035c0c0 commit 8ae7555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "rimraf dist && tsc --pretty",
1414
"lint": "tslint src/*.ts",
1515
"release": "standard-version",
16-
"test": "rimraf .test && mocha --trace-warnings --timeout 30000 dist/__test__",
16+
"test": "rimraf .test && mocha --trace-warnings --timeout 30000 --exit dist/__test__",
1717
"precommit": "lint-staged"
1818
},
1919
"author": "Stanislav Panferov <[email protected]> (http://panferov.me/)",
@@ -72,4 +72,4 @@
7272
"webpack-cli": "^3.0.3",
7373
"webpack-log": "^1.2.0"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)