We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efebc86 commit 58cef85Copy full SHA for 58cef85
1 file changed
package.json
@@ -84,7 +84,7 @@
84
"mocha": "mocha --expose-gc test/runner test/tests --timeout 15000",
85
"mochaDebug": "mocha --expose-gc --debug-brk test/runner test/tests --timeout 15000",
86
"postinstall": "node lifecycleScripts/postinstall",
87
- "prepublish": "npm run babel",
+ "prepublish": "rm -rf dist && npm run babel",
88
"rebuild": "node generate && npm run babel && node-gyp configure build",
89
"rebuildDebug": "node generate && npm run babel && node-gyp configure --debug build",
90
"recompile": "node-gyp configure build",
0 commit comments