corepack enable for linting

This commit is contained in:
Kainoa Kanter 2022-05-29 18:11:20 -07:00 committed by GitHub
parent 9afb41042c
commit 7df83d7252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ jobs:
cache: 'yarn'
cache-dependency-path: |
packages/backend/yarn.lock
- run: corepack enable
- run: yarn install
- run: yarn --cwd ./packages/backend lint
@ -35,5 +36,6 @@ jobs:
cache: 'yarn'
cache-dependency-path: |
packages/client/yarn.lock
- run: corepack enable
- run: yarn install
- run: yarn --cwd ./packages/client lint