Skip to content

Commit

Permalink
chore: run codegen before release (#7357)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Nov 4, 2024
1 parent b18d233 commit 5603922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ jobs:
node-version: ${{ matrix.node-version }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

# When doing releases, some tests need the generated code to be up to date
- name: Perform code generation
run: yarn turbo run codegen

# # For pull requests, only run tests for changed files
# - name: Run component tests (changes)
# if: github.event_name == 'pull_request'
Expand Down
5 changes: 5 additions & 0 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"exec": {
"before_commit": "yarn turbo run codegen"
}
}

0 comments on commit 5603922

Please sign in to comment.