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 5ead841 commit 556e5f3Copy full SHA for 556e5f3
package.json
@@ -46,7 +46,7 @@
46
"lint:all:eslint": "pnpm lint:eslint .",
47
"lint:eslint": "eslint --fix",
48
"prepack": "pnpm build",
49
- "prepare": "husky install",
+ "prepare": "husky",
50
"prepublishOnly": "pnpm lint && pnpm test",
51
"release": "bumpp && npm publish && git push --follow-tags",
52
"test": "vitest run",
0 commit comments