Skip to content

Commit daab6c1

Browse files
committed
Use prepublishOnly script
1 parent 9b10481 commit daab6c1

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
@@ -7,7 +7,7 @@
77
"build": "yarn build-lib && yarn build-dist",
88
"build-lib": "rm -rf lib && babel src -d lib",
99
"build-dist": "rm -rf dist && webpack src/index.js dist/ReactInteractive.js && webpack -p src/index.js dist/ReactInteractive.min.js",
10-
"prepublish": "yarn build",
10+
"prepublishOnly": "yarn build",
1111
"dev": "yarn link && babel src -d lib --watch"
1212
},
1313
"files": [

0 commit comments

Comments
 (0)