Skip to content

Commit

Permalink
fix: biome format
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed Nov 28, 2024
1 parent 1535818 commit ee6646c
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 @@ -6,7 +6,7 @@
"auth": "npm_config_registry=https://registry.npmjs.org npm whoami",
"build:watch": "preconstruct watch",
"build": "preconstruct build",
"changeset:version-and-format": "changeset version && pnpm format --write && pnpm install --no-frozen-lockfile",
"changeset:version-and-format": "changeset version && pnpm format && pnpm install --no-frozen-lockfile",
"changeset": "changeset",
"clean": "manypkg exec rm -rf build dist tsconfig.tsbuildinfo ts-build-cache",
"biome:check": "biome check --write",
Expand Down

0 comments on commit ee6646c

Please sign in to comment.