We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dba91 commit 90f0834Copy full SHA for 90f0834
package.json
@@ -32,6 +32,7 @@
32
"test": "jest",
33
"lint": "eslint src test",
34
"prepare": "husky install",
35
+ "prepublish": "yarn test && yarn lint && yarn build",
36
"size": "size-limit"
37
},
38
"peerDependencies": {
0 commit comments