Skip to content

Commit 0f6505c

Browse files
authored
build: build components sequentially (#821)
1 parent 6c9be1b commit 0f6505c

File tree

5 files changed

+9
-840
lines changed

5 files changed

+9
-840
lines changed

.github/workflows/production.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: yarn
2626

27-
- name: Build libraries
28-
run: yarn build:libraries
29-
30-
- name: Compile contracts
31-
run: yarn compile:contracts
32-
33-
- name: Build subgraph
34-
run: yarn build:subgraph
27+
- name: Build packages and apps
28+
run: yarn build
3529

3630
- name: Format
3731
run: yarn format

0 commit comments

Comments
 (0)