|
15 | 15 | "build:prod": "tsc && vite build --base=/fission/ --outDir dist/prod", |
16 | 16 | "build:dev": "tsc && vite build --base=/fission-closed/ --outDir dist/dev", |
17 | 17 | "preview": "vite preview --base=/fission/", |
18 | | - "lint": "bunx --bun biome lint", |
19 | | - "lint:fix": "bunx --bun biome lint --fix", |
20 | | - "fmt": "bunx --bun biome format src", |
21 | | - "fmt:fix": "bunx --bun biome format src --write", |
22 | | - "style": "bun run fmt && bun run lint", |
23 | | - "style:fix": "bun run fmt:fix && bun run lint:fix", |
| 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", |
24 | 24 | "assetpack": "git lfs pull && tar -xf public/assetpack.zip -C public/", |
25 | 25 | "assetpack:update": "cd public && zip -FS -r assetpack.zip Downloadables", |
26 | 26 | "playwright:install": "bun x playwright install", |
|
0 commit comments