Skip to content

Commit fa11155

Browse files
committed
ci: always install deps in root directory to avoid tsconfig warnings
as ts tries to search upwards and found the depended `tsconfig/node22` dep missing
1 parent 4adfadc commit fa11155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
with:
6969
name: build-output
7070

71+
- name: Install dependencies to avoid tsconfig warnings
72+
run: pnpm install
7173
- name: Install dependencies in playground
7274
working-directory: ./playground
7375
run: pnpm install --no-frozen-lockfile

0 commit comments

Comments
 (0)