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 ae1c98a commit 9e44d5bCopy full SHA for 9e44d5b
1 file changed
package.json
@@ -24,8 +24,7 @@
24
},
25
"scripts": {
26
"build": "rollup -c",
27
- "postinstall": "yarn husky install",
28
- "prepare": "install-peers",
+ "prepare": "install-peers && yarn husky install",
29
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
30
"test": "jest",
31
"release": "yarn semantic-release"
0 commit comments