mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-24 05:05:50 +08:00
fix: build rpc pkg before deploying contracts
This commit is contained in:
4
.github/workflows/deploy-contracts.yml
vendored
4
.github/workflows/deploy-contracts.yml
vendored
@@ -30,5 +30,9 @@ jobs:
|
||||
if: steps.lerna-cache.outputs.cache-hit != 'true'
|
||||
- name: Bootstrap
|
||||
run: yarn lerna bootstrap
|
||||
- name: Build RPC Client
|
||||
run: yarn lerna run build --stream --scope @stacks/rpc-client
|
||||
- name: Link packages
|
||||
run: yarn lerna link
|
||||
- name: Deploy contracts
|
||||
run: yarn deploy-contracts
|
||||
Reference in New Issue
Block a user