mirror of
https://github.com/zhigang1992/connect.git
synced 2026-03-26 10:14:16 +08:00
fix: build packages before deploy-contracts script
This commit is contained in:
2
.github/workflows/deploy-contracts.yml
vendored
2
.github/workflows/deploy-contracts.yml
vendored
@@ -28,5 +28,7 @@ jobs:
|
||||
- name: Install monorepo deps
|
||||
run: yarn --frozen-lockfile
|
||||
if: steps.lerna-cache.outputs.cache-hit != 'true'
|
||||
- name: Bootstrap
|
||||
run: yarn lerna bootstrap
|
||||
- name: Deploy contracts
|
||||
run: yarn deploy-contracts
|
||||
Reference in New Issue
Block a user