Skip to content

Commit

Permalink
fix: build before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 11, 2023
1 parent 5a07107 commit bef4c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Test
run: |
npm i
npm run build
npm test
- name: Release
run: |
Expand Down

0 comments on commit bef4c0a

Please sign in to comment.