Skip to content

Commit c89bc3c

Browse files
fix: remove prepack
1 parent d5b1fcc commit c89bc3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"test": "mocha -u tdd test/test.js --timeout 120000",
3535
"test:release": "mocha -u tdd test/test.js --timeout 120000",
3636
"test:weval": "cross-env WEVAL_TEST=1 mocha -u tdd test/test.js --timeout 120000",
37-
"test:debug": "cross-env DEBUG_TEST=1 mocha -u tdd test/test.js --timeout 120000",
38-
"prepack": "npm run build"
37+
"test:debug": "cross-env DEBUG_TEST=1 mocha -u tdd test/test.js --timeout 120000"
3938
},
4039
"files": [
4140
"lib/interfaces",

0 commit comments

Comments
 (0)