We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988a748 commit 2a62660Copy full SHA for 2a62660
1 file changed
package.json
@@ -32,8 +32,8 @@
32
"cli.json"
33
],
34
"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",
+ "build": "rm -rf lib && swc src -d lib --strip-leading-paths && bun run typecheck:build && chmod +x lib/bin.js",
+ "prepublishOnly": "bun run build",
37
"typecheck": "tsc --noEmit",
38
"typecheck:build": "tsc -p tsconfig.build.json",
39
"lint": "bun run typecheck && biome check .",
0 commit comments