Skip to content

Commit 4102875

Browse files
committed
fix
1 parent 00a4dae commit 4102875

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-ton-contract.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
- name: Install root dependencies
3030
run: pnpm install
3131

32-
- name: Build all packages
33-
run: pnpm exec lerna run build
32+
- name: Build workspace dependencies
33+
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
3437
3538
- name: Build contract
3639
working-directory: target_chains/ton/contracts

0 commit comments

Comments
 (0)