Skip to content

Commit 50ae1d7

Browse files
committed
Version update to 2.6.0
1 parent f90057d commit 50ae1d7

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
@@ -47,8 +47,8 @@
4747
"setup": "npm install",
4848
"build": "npx tsc",
4949
"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"
50+
"test:plugin": "npm run build && npx webpack --config test/config/javascript-obfuscator-plugin.config.js",
51+
"test:loader": "npm run build && npx webpack --config test/config/javascript-obfuscator-loader.config.js"
5252
},
5353
"author": {
5454
"name": "Timofey Kachalov"

0 commit comments

Comments
 (0)