Skip to content

Commit 739cb97

Browse files
committed
Fix husky
1 parent 84718a7 commit 739cb97

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
@@ -8,7 +8,7 @@
88
"test": "bun test",
99
"lint": "eslint",
1010
"build": "tsc && bun build --target node src/index.ts --production --outfile dist/index.cjs --format cjs --packages external && bun build --target node src/index.ts --production --outfile dist/index.mjs --format esm --packages external && cp dist/index.d.ts dist/index.d.cts",
11-
"prepare": "husky"
11+
"prepare": "bun run husky"
1212
},
1313
"exports": {
1414
".": {

0 commit comments

Comments
 (0)