Skip to content

Commit

Permalink
fix: update package formatting after changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 21, 2024
1 parent 2b4258c commit e67a9ba
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 @@ -14,7 +14,7 @@
"lint:apply": "biome lint packages/ --apply",
"format": "biome format",
"format:write": "biome format --write",
"version": "changeset version && pnpm install --no-frozen-lockfile"
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run check:apply"
},
"keywords": ["withastro"],
"author": "bholmesdev",
Expand Down

0 comments on commit e67a9ba

Please sign in to comment.