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 3526ca0 commit b3c6d13Copy full SHA for b3c6d13
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"build": "rm -rf lib && babel src -d lib --presets=@babel/preset-env,@babel/preset-react",
8
- "prepublish": "yarn build",
+ "prepublishOnly": "yarn build",
9
"dev": "yarn link && babel src -d lib --watch --presets=@babel/preset-env,@babel/preset-react"
10
},
11
"files": [
0 commit comments