Skip to content

Commit

Permalink
yarn install for publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Dec 4, 2023
1 parent c60facd commit 246184f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ jobs:
run: |
npm config set cache ./.npm-cache
yarn config set cache-folder ./.yarn-cache
make setup-js
yarn config set network-timeout 60000
yarn
- name: 'build library'
run: |
make -C components lib
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/shared-data-test-lint-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ jobs:
run: |
npm config set cache ./.npm-cache
yarn config set cache-folder ./.yarn-cache
make setup-js
yarn config set network-timeout 60000
yarn
- name: 'build library'
run: |
make -C shared-data lib-js
Expand Down

0 comments on commit 246184f

Please sign in to comment.