Skip to content

Commit 2a62660

Browse files
authored
Update package.json
1 parent 988a748 commit 2a62660

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"cli.json"
3333
],
3434
"scripts": {
35-
"build": "rm -rf lib && swc src -d lib --strip-leading-paths && npm run typecheck:build && chmod +x lib/bin.js",
36-
"prepublishOnly": "npm run build",
35+
"build": "rm -rf lib && swc src -d lib --strip-leading-paths && bun run typecheck:build && chmod +x lib/bin.js",
36+
"prepublishOnly": "bun run build",
3737
"typecheck": "tsc --noEmit",
3838
"typecheck:build": "tsc -p tsconfig.build.json",
3939
"lint": "bun run typecheck && biome check .",

0 commit comments

Comments
 (0)