Skip to content

Commit

Permalink
ci(shared-data): install dependencies in workflow (#14958)
Browse files Browse the repository at this point in the history
# Overview

Follow up to #14935

This PR adds make a make setup call that got deleted on accident.

# Risk assessment

Low
  • Loading branch information
shlokamin committed Apr 22, 2024
1 parent 0f07f97 commit 8776ed9
Showing 1 changed file with 2 additions and 1 deletion.
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 @@ -237,7 +237,8 @@ jobs:
- name: 'js deps'
run: |
npm config set cache ./.npm-cache
yarn config set cache-folder ./.yarn-cache
yarn config set cache-folder ./.yarn-cache
make setup-js
- name: 'build typescript'
run: make build-ts
- name: 'build library'
Expand Down

0 comments on commit 8776ed9

Please sign in to comment.