Skip to content

Commit 556e5f3

Browse files
committed
chore: remove deprecated husky command
1 parent 5ead841 commit 556e5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lint:all:eslint": "pnpm lint:eslint .",
4747
"lint:eslint": "eslint --fix",
4848
"prepack": "pnpm build",
49-
"prepare": "husky install",
49+
"prepare": "husky",
5050
"prepublishOnly": "pnpm lint && pnpm test",
5151
"release": "bumpp && npm publish && git push --follow-tags",
5252
"test": "vitest run",

0 commit comments

Comments
 (0)