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 84718a7 commit 739cb97Copy full SHA for 739cb97
package.json
@@ -8,7 +8,7 @@
8
"test": "bun test",
9
"lint": "eslint",
10
"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"
+ "prepare": "bun run husky"
12
},
13
"exports": {
14
".": {
0 commit comments