Skip to content

Commit

Permalink
Add missing build step to release workflow
Browse files Browse the repository at this point in the history
This wasn't an issue before because the install step unintentionally ran the build script too.
  • Loading branch information
bjoluc committed Jul 17, 2024
1 parent c499900 commit d44cef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Check types
run: npm run tsc

- name: Build packages
run: npm run build

- name: Run tests
run: npm run test -- --ci --maxWorkers=2

Expand Down

0 comments on commit d44cef7

Please sign in to comment.