Skip to content

Commit b3c6d13

Browse files
committed
Update prepublish cli
1 parent 3526ca0 commit b3c6d13

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
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"build": "rm -rf lib && babel src -d lib --presets=@babel/preset-env,@babel/preset-react",
8-
"prepublish": "yarn build",
8+
"prepublishOnly": "yarn build",
99
"dev": "yarn link && babel src -d lib --watch --presets=@babel/preset-env,@babel/preset-react"
1010
},
1111
"files": [

0 commit comments

Comments
 (0)