Skip to content

Commit ab62264

Browse files
committed
chore(bindings): add bun prepare build step
1 parent 70d0bc6 commit ab62264

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

bindings/typescript/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"scripts": {
9-
"build": "tsc -p tsconfig.json",
10-
"lint": "tsc -p tsconfig.json --noEmit",
11-
"test": "bun test"
9+
"build": "bun x tsc -p tsconfig.json",
10+
"lint": "bun x tsc -p tsconfig.json --noEmit",
11+
"test": "bun test",
12+
"prepare": "bun run build"
1213
},
1314
"dependencies": {
1415
"zod": "^4.3.5"

0 commit comments

Comments
 (0)