1
0
Fork 1
mirror of https://example.com synced 2024-11-23 07:56:39 +09:00
This commit is contained in:
ThatOneCalculator 2022-05-29 18:19:39 -07:00
commit f035817489

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