call yarn
This commit is contained in:
parent
d7c6996284
commit
da8db5db9c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
- name: Turbo run
|
||||
run: npx turbo run build test lint bundle
|
||||
- name: Coverage
|
||||
|
|
Loading…
Reference in New Issue
Block a user