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 000e3bf commit 5013a4fCopy full SHA for 5013a4f
package.json
@@ -7,9 +7,9 @@
7
"scripts": {
8
"dev": "node ./dev.js",
9
"build": "./node_modules/.bin/babel src --out-dir dist --copy-files --extensions \".ts\"",
10
- "test": "jest",
+ "test": "jest --forceExit",
11
"test:coverage": "jest --coverage",
12
- "prepublishOnly": "npm run build & npm run test"
+ "prepublishOnly": "npm run build & npm run test --forceExit"
13
},
14
"keywords": [
15
"obfuscator",
0 commit comments