We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b10481 commit daab6c1Copy full SHA for daab6c1
package.json
@@ -7,7 +7,7 @@
7
"build": "yarn build-lib && yarn build-dist",
8
"build-lib": "rm -rf lib && babel src -d lib",
9
"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",
+ "prepublishOnly": "yarn build",
11
"dev": "yarn link && babel src -d lib --watch"
12
},
13
"files": [
0 commit comments