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 4102875 commit 8b581a2Copy full SHA for 8b581a2
.github/workflows/ci-ton-contract.yml
@@ -30,10 +30,7 @@ jobs:
30
run: pnpm install
31
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
+ run: pnpm build:ci
37
38
- name: Build contract
39
working-directory: target_chains/ton/contracts
0 commit comments