Skip to content

Commit a2a7a3c

Browse files
committed
ci: recursive install?
1 parent 4c0479c commit a2a7a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: echo "{}" > playground/package.json && mv playground ../playground
7272
- name: Install dependencies in playground
7373
working-directory: ../playground
74-
run: pnpm install --no-frozen-lockfile
74+
run: pnpm install --no-frozen-lockfile -r
7575

7676
- name: Run build script in playground
7777
working-directory: ../playground

0 commit comments

Comments
 (0)