Skip to content

Commit 5013a4f

Browse files
committed
Update test script
1 parent 000e3bf commit 5013a4f

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
@@ -7,9 +7,9 @@
77
"scripts": {
88
"dev": "node ./dev.js",
99
"build": "./node_modules/.bin/babel src --out-dir dist --copy-files --extensions \".ts\"",
10-
"test": "jest",
10+
"test": "jest --forceExit",
1111
"test:coverage": "jest --coverage",
12-
"prepublishOnly": "npm run build & npm run test"
12+
"prepublishOnly": "npm run build & npm run test --forceExit"
1313
},
1414
"keywords": [
1515
"obfuscator",

0 commit comments

Comments
 (0)