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.
2 parents 9ee9d12 + e402ac1 commit b719dc9Copy full SHA for b719dc9
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx",
18
"build": "rollup -c",
19
- "prepublish": "yarn run build",
+ "prepare": "yarn run build",
20
"test": "yarn"
21
},
22
"peerDependencies": {
0 commit comments