Skip to content

Commit

Permalink
fix: build rpc pkg before deploying contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Dec 29, 2020
1 parent 78cde40 commit c56d3f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c56d3f7

Please sign in to comment.