build: build components sequentially (#821)

This commit is contained in:
Cedoor
2024-07-11 14:43:36 +01:00
committed by GitHub
parent 6c9be1bb5e
commit 0f6505c014
5 changed files with 9 additions and 840 deletions

View File

@@ -24,14 +24,8 @@ jobs:
- name: Install dependencies
run: yarn
- name: Build libraries
run: yarn build:libraries
- name: Compile contracts
run: yarn compile:contracts
- name: Build subgraph
run: yarn build:subgraph
- name: Build packages and apps
run: yarn build
- name: Format
run: yarn format