Skip to content

Commit 90f0834

Browse files
committed
Add prepublish script
1 parent 04dba91 commit 90f0834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"test": "jest",
3333
"lint": "eslint src test",
3434
"prepare": "husky install",
35+
"prepublish": "yarn test && yarn lint && yarn build",
3536
"size": "size-limit"
3637
},
3738
"peerDependencies": {

0 commit comments

Comments
 (0)