We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166c23c commit b2d6d06Copy full SHA for b2d6d06
package.json
@@ -7,7 +7,7 @@
7
"build": "pnpm --filter \"@clack/*\" run build",
8
"start": "pnpm run dev",
9
"dev": "pnpm --filter @example/changesets run start",
10
- "format": "biome format --write",
+ "format": "biome check --write",
11
"lint": "biome lint --write --unsafe",
12
"type-check": "biome lint && tsc",
13
"test": "pnpm -r run test",
0 commit comments