Skip to content

Commit

Permalink
chore: format after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssota committed Apr 27, 2024
1 parent 321cceb commit f0f2ded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm release
version: pnpm bump
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"check": "pnpm -r run check && biome ci .",
"build": "pnpm -r run build",
"changeset": "changeset",
"release": "pnpm build && changeset publish"
"release": "pnpm build && changeset publish",
"bump": "changeset version && pnpm fmt"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f0f2ded

Please sign in to comment.