Skip to content

Commit 4c076a6

Browse files
committed
chore: format code after version bump
See changesets/action#366 (comment)
1 parent e8cc3c7 commit 4c076a6

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/honest-needles-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@labdigital/graphql-codegen-typedefs": patch
3+
---
4+
5+
Fix release workflow

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
title: "Release new version"
8888
commit: "update version"
8989
publish: pnpm publish:ci
90+
version: pnpm changeset version && pnpm format
9091
env:
9192
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9293
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"build": "pnpm turbo build",
1010
"format": "biome format --fix",
11+
"changeset-version": "changeset version && pnpm format",
1112
"check": "biome check",
1213
"publish:ci": "pnpm build && pnpm changeset publish",
1314
"test": "vitest run",

0 commit comments

Comments
 (0)