We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a4dae commit 4102875Copy full SHA for 4102875
.github/workflows/ci-ton-contract.yml
@@ -29,8 +29,11 @@ jobs:
29
- name: Install root dependencies
30
run: pnpm install
31
32
- - name: Build all packages
33
- run: pnpm exec lerna run build
+ - name: Build workspace dependencies
+ run: |
34
+ pnpm --filter "@pythnetwork/price-service-sdk" build
35
+ pnpm --filter "@pythnetwork/xc-admin-common" build
36
+ pnpm --filter "@pythnetwork/pyth-ton-js" build
37
38
- name: Build contract
39
working-directory: target_chains/ton/contracts
0 commit comments