Skip to content

Commit da9cad8

Browse files
committed
fix: remove postinstall command
1 parent 30bf78b commit da9cad8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"prepare": "husky install && npm run build",
3333
"prepublishOnly": "npm run lint && npm run test",
3434
"release": "bumpp && npm publish",
35-
"test": "vitest run",
36-
"postinstall": "husky install"
35+
"test": "vitest run"
3736
},
3837
"dependencies": {
3938
"scule": "^1.0.0"

0 commit comments

Comments
 (0)