Skip to content

Commit

Permalink
Run prettier after updating changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jan 5, 2024
1 parent 8da0d88 commit f3f4c3e
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 @@ -22,7 +22,7 @@
"update-shared-versions": "syncpack fix-mismatches",
"prepare": "husky install",
"ci:test": "pnpm run clean && pnpm run lint && pnpm run check-types && vitest run",
"ci:version": "pnpm changeset version && pnpm install",
"ci:version": "pnpm changeset version && pnpm prettier && pnpm install",
"ci:publish": "pnpm run clean && pnpm run build-packages && pnpm publish -r --access public && tag-current-versions"
},
"pnpm": {
Expand Down

0 comments on commit f3f4c3e

Please sign in to comment.