Skip to content

Commit 08156ae

Browse files
committed
dont push old stuff
1 parent 9f8e9b5 commit 08156ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "babel --out-dir lib src",
2828
"autotest": "chokidar src test -c 'npm test'",
2929
"test": "mocha --compilers js:babel/register",
30-
"prepublish": "npm run build"
30+
"prepublish": "rm -rf lib/* && npm run build"
3131
},
3232
"repository": {
3333
"type": "git",

0 commit comments

Comments
 (0)