Skip extra install

This commit is contained in:
ThatOneCalculator 2022-05-31 00:18:29 -07:00
parent 77b1477e87
commit 2ce567c73a

View file

@ -20,7 +20,6 @@ jobs:
node-version: 18.x
- run: corepack enable
- run: yarn set version berry
- run: yarn install --immutable
- run: yarn workspaces foreach install --immutable
- run: yarn workspaces foreach run lint
env: