mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-09 14:48:12 -05:00
build: build components sequentially (#821)
This commit is contained in:
10
.github/workflows/production.yml
vendored
10
.github/workflows/production.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user