fix: build packages before deploy-contracts script

This commit is contained in:
Hank Stoever
2020-12-28 19:10:45 -08:00
parent 40cd0ec46a
commit 66f0857cde

View File

@@ -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