Skip to content

Commit

Permalink
fix: build step before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Sójko committed Jul 5, 2022
1 parent 25c54a0 commit 40c294e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install Dependencies
run: yarn install --immutable

- name: Install Dependencies
run: yarn build:all

- name: Bump version
run: yarn release:prod

Expand Down

0 comments on commit 40c294e

Please sign in to comment.