Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Jul 14, 2024
1 parent 7c6bda1 commit e120a3d
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 @@ -18,7 +18,7 @@
"merge-main": "git fetch origin main:main && git merge main",
"reset-git": "git checkout main && git pull && pnpm run clear-branches",
"changeset": "changeset",
"ci:version": "changeset version",
"ci:version": "changeset version && pnpm run fix",
"ci:release": "changeset publish"
},
"devDependencies": {
Expand Down

0 comments on commit e120a3d

Please sign in to comment.