Skip to content

Commit 4fb4223

Browse files
committed
fix: update QA workflow to use bunx for type generation
This commit modifies the `.github/workflows/qa.yml` file to replace the `bun run check-types` command with `bunx next typegen`, ensuring compatibility with the latest tooling and streamlining the type generation process in the CI/CD pipeline.
1 parent 51a332f commit 4fb4223

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
- name: Build Docker container
168168
if: github.event_name == 'pull_request' || github.event_name == 'push'
169169
run: |
170+
bunx next typegen
170171
bun run docker
171172
172173
# Label QA results (PR only)

0 commit comments

Comments
 (0)