fix(ci.yaml): run turbo from pnpm
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -19,4 +19,4 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Typecheck & Lint
|
- name: Typecheck & Lint
|
||||||
run: SKIP_ENV_VALIDATION=true turbo check
|
run: SKIP_ENV_VALIDATION=true pnpm turbo check
|
||||||
|
|||||||
Reference in New Issue
Block a user