|
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | 6 | "stub": "pnpm -r run build --stub", |
7 | | - "build": "pnpm run build:core && pnpm run build:prompts", |
8 | | - "build:core": "pnpm --filter @clack/core run build", |
9 | | - "build:prompts": "pnpm --filter @clack/prompts run build", |
10 | | - "start": "pnpm --filter @example/basic run start", |
| 7 | + "build": "pnpm --filter \"@clack/*\" run build", |
| 8 | + "start": "pnpm run dev", |
11 | 9 | "dev": "pnpm --filter @example/changesets run start", |
12 | | - "format": "pnpm run /^format:.*/", |
13 | | - "format:code": "prettier -w . --cache", |
14 | | - "format:imports": "organize-imports-cli ./packages/*/tsconfig.json", |
15 | | - "type-check": "tsc", |
| 10 | + "format": "biome format --write", |
| 11 | + "lint": "biome lint --write --unsafe", |
| 12 | + "type-check": "biome lint && tsc", |
16 | 13 | "test": "pnpm -r run test", |
17 | 14 | "ci:version": "changeset version && pnpm install --no-frozen-lockfile", |
18 | 15 | "ci:publish": "changeset publish", |
19 | | - "ci:format": "pnpm run format" |
| 16 | + "ci:format": "biome ci" |
20 | 17 | }, |
21 | 18 | "devDependencies": { |
| 19 | + "@biomejs/biome": "1.9.4", |
22 | 20 | "@changesets/cli": "^2.26.2", |
23 | 21 | "@types/node": "^18.16.0", |
24 | | - "organize-imports-cli": "^0.10.0", |
25 | | - "prettier": "^3.0.2", |
26 | 22 | "typescript": "^5.2.2", |
27 | 23 | "unbuild": "^2.0.0" |
28 | 24 | }, |
|
0 commit comments