Skip to content

Commit

Permalink
actually install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Apr 17, 2024
1 parent d4bc2da commit b6c9ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
run: |
npm config set cache ./.npm-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 b6c9ced

Please sign in to comment.