Skip to content

Commit

Permalink
fix production build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Jul 5, 2020
1 parent 032b45f commit 8597318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/app-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
node-version: 10.x
- name: yarn install & build
run: |
yarn
# https://github.com/yarnpkg/yarn/issues/2629
while ! yarn install; do echo --- ; done
yarn workspace request-shared build
yarn workspace request-ui build
yarn workspace app build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pay-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
node-version: 10.x
- name: yarn install & build
run: |
yarn
# https://github.com/yarnpkg/yarn/issues/2629
while ! yarn install; do echo --- ; done
yarn workspace request-shared build
yarn workspace request-ui build
yarn workspace pay build
Expand Down

0 comments on commit 8597318

Please sign in to comment.