fix: build step before publishing

This commit is contained in:
Karol Sójko
2022-07-05 15:17:10 +02:00
parent 25c54a06f2
commit 40c294e8a5

View File

@@ -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