Skip to content

Commit 502cbb2

Browse files
committed
Use prepare
1 parent fbcc2e1 commit 502cbb2

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
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"build": "babel lib --out-dir bin -s",
2626
"clean": "rimraf bin",
27-
"prepublish": "npm run build"
27+
"prepare": "npm run build"
2828
},
2929
"bin": "./bin/checkpack.js",
3030
"dependencies": {

0 commit comments

Comments
 (0)