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 f90057d commit 50ae1d7Copy full SHA for 50ae1d7
package.json
@@ -47,8 +47,8 @@
47
"setup": "npm install",
48
"build": "npx tsc",
49
"watch": "npx tsc -w",
50
- "test:plugin": "npx webpack --config test/config/javascript-obfuscator-plugin.config.js",
51
- "test:loader": "npx webpack --config test/config/javascript-obfuscator-loader.config.js"
+ "test:plugin": "npm run build && npx webpack --config test/config/javascript-obfuscator-plugin.config.js",
+ "test:loader": "npm run build && npx webpack --config test/config/javascript-obfuscator-loader.config.js"
52
},
53
"author": {
54
"name": "Timofey Kachalov"
0 commit comments