mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 07:08:17 -05:00
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
run: yarn compile:contracts
|
||||
|
||||
- name: Build libraries
|
||||
run: yarn build:libs
|
||||
run: yarn build:libraries
|
||||
|
||||
test:
|
||||
needs: style
|
||||
|
||||
2
.github/workflows/pull-requests.yml
vendored
2
.github/workflows/pull-requests.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
run: yarn compile:contracts
|
||||
|
||||
- name: Build libraries
|
||||
run: yarn build:libs
|
||||
run: yarn build:libraries
|
||||
|
||||
- name: Run Prettier
|
||||
run: yarn prettier
|
||||
|
||||
Reference in New Issue
Block a user