Skip to content

Commit

Permalink
build: build components sequentially (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor authored Jul 11, 2024
1 parent 6c9be1b commit 0f6505c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 840 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 0f6505c

Please sign in to comment.