Skip to content

Commit 7cb3f93

Browse files
committed
chore: fix postinstall
1 parent 7c23074 commit 7cb3f93

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
@@ -37,7 +37,7 @@
3737
"release": "release-it",
3838
"test": "vitest run",
3939
"test:types": "tsc --noEmit",
40-
"_postinstall": "husky install",
40+
"postinstall": "husky install",
4141
"postpublish": "pinst --enable"
4242
},
4343
"dependencies": {

0 commit comments

Comments
 (0)