Skip to content

Commit 8b581a2

Browse files
committed
fix
1 parent 4102875 commit 8b581a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ jobs:
3030
run: pnpm install
3131

3232
- 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
33+
run: pnpm build:ci
3734

3835
- name: Build contract
3936
working-directory: target_chains/ton/contracts

0 commit comments

Comments
 (0)