mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
fix missing yarn script
This commit is contained in:
2
.github/actions/setup-and-build/action.yml
vendored
2
.github/actions/setup-and-build/action.yml
vendored
@@ -43,7 +43,7 @@ runs:
|
||||
|
||||
- name: Install & build
|
||||
shell: bash
|
||||
run: pnpm install --frozen-lockfile && yarn build
|
||||
run: pnpm install --frozen-lockfile && pnpm build
|
||||
|
||||
- name: Check Build
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user