Skip to content

Commit

Permalink
chore: add format to changeset version step
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored Jun 23, 2024
1 parent 8e0a020 commit 549537a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"build": "pnpm clean && tsc --project ./tsconfig.build.json",
"changeset": "changeset",
"changeset:release": "pnpm build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"changeset:version": "changeset version && pnpm install --lockfile-only && pnpm format",
"clean": "rimraf src/_lib src/tsconfig.build.tsbuildinfo",
"format": "biome format --write",
"lint": "biome check . --apply",
"postinstall": "pnpm build",
"test": "vitest --testTimeout 10000",
Expand Down

0 comments on commit 549537a

Please sign in to comment.