fix: build step before publishing
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user