Skip to content

Commit

Permalink
fix(ci): build application before running semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Amine Benseddik committed Nov 5, 2020
1 parent 0041226 commit 7b5f8d1
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 @@ -28,6 +28,9 @@ jobs:
- name: Run tests
run: npm run test

- name: Run tests
run: npm run build

- name: Release
env:
NPM_EMAIL: "amine@pixelfactory.io"
Expand Down

0 comments on commit 7b5f8d1

Please sign in to comment.