We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554969b commit e8caeaaCopy full SHA for e8caeaa
1 file changed
package.json
@@ -35,7 +35,7 @@
35
"test:release": "mocha -u tdd test/test.js --timeout 120000",
36
"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
- "prepublishOnly": "npm run build"
+ "prepack": "npm run build"
39
},
40
"files": [
41
"lib/interfaces",
0 commit comments