Skip to content

Commit 66ba904

Browse files
committed
Use prepare script instead of prepublish
1 parent d860080 commit 66ba904

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
@@ -29,7 +29,7 @@
2929
"build": "babel --plugins transform-es2015-modules-commonjs --out-dir lib src",
3030
"autotest": "chokidar src test -c 'npm test'",
3131
"test": "mocha --compilers js:babel/register",
32-
"prepublish": "rm -rf lib/* && npm run build"
32+
"prepare": "rm -rf lib/* && npm run build"
3333
},
3434
"repository": {
3535
"type": "git",

0 commit comments

Comments
 (0)