Skip to content

Commit

Permalink
chore: format code after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Nov 13, 2024
1 parent e8cc3c7 commit 4c076a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-needles-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@labdigital/graphql-codegen-typedefs": patch
---

Fix release workflow
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
title: "Release new version"
commit: "update version"
publish: pnpm publish:ci
version: pnpm changeset version && pnpm format
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"build": "pnpm turbo build",
"format": "biome format --fix",
"changeset-version": "changeset version && pnpm format",
"check": "biome check",
"publish:ci": "pnpm build && pnpm changeset publish",
"test": "vitest run",
Expand Down

0 comments on commit 4c076a6

Please sign in to comment.