Skip to content

Commit b29d83b

Browse files
committed
chore: stop forcing bun runtime
1 parent d08605c commit b29d83b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fission/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"build:prod": "tsc && vite build --base=/fission/ --outDir dist/prod",
1616
"build:dev": "tsc && vite build --base=/fission-closed/ --outDir dist/dev",
1717
"preview": "vite preview --base=/fission/",
18-
"lint": "bunx --bun biome lint",
19-
"lint:fix": "bunx --bun biome lint --write",
20-
"fmt": "bunx --bun biome format src",
21-
"fmt:fix": "bunx --bun biome format src --write",
22-
"style": "bunx --bun biome check src",
23-
"style:fix": "bunx --bun biome check src --write",
18+
"lint": "bunx biome lint",
19+
"lint:fix": "bunx biome lint --write",
20+
"fmt": "bunx biome format src",
21+
"fmt:fix": "bunx biome format src --write",
22+
"style": "bunx biome check src",
23+
"style:fix": "bunx biome check src --write",
2424
"assetpack": "git lfs pull && tar -xf public/assetpack.zip -C public/",
2525
"assetpack:update": "cd public && zip -FS -r assetpack.zip Downloadables",
2626
"playwright:install": "bun x playwright install",

0 commit comments

Comments
 (0)