Skip to content

Commit

Permalink
chore: update format command
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 14, 2024
1 parent 166c23c commit b2d6d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "pnpm --filter \"@clack/*\" run build",
"start": "pnpm run dev",
"dev": "pnpm --filter @example/changesets run start",
"format": "biome format --write",
"format": "biome check --write",
"lint": "biome lint --write --unsafe",
"type-check": "biome lint && tsc",
"test": "pnpm -r run test",
Expand Down

0 comments on commit b2d6d06

Please sign in to comment.