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 9f8e9b5 commit 08156aeCopy full SHA for 08156ae
package.json
@@ -27,7 +27,7 @@
27
"build": "babel --out-dir lib src",
28
"autotest": "chokidar src test -c 'npm test'",
29
"test": "mocha --compilers js:babel/register",
30
- "prepublish": "npm run build"
+ "prepublish": "rm -rf lib/* && npm run build"
31
},
32
"repository": {
33
"type": "git",
0 commit comments