Skip to content

Commit

Permalink
only build types for shared data
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Dec 16, 2024
1 parent c353f1c commit d94f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-data-test-lint-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
yarn config set cache-folder ./.yarn-cache
make setup-js
- name: 'build typescript'
run: make build-ts
run: make -C shared-data build-ts
- name: 'build library'
run: |
make -C shared-data lib-js
Expand Down

0 comments on commit d94f8da

Please sign in to comment.