We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0479c commit a2a7a3cCopy full SHA for a2a7a3c
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
run: echo "{}" > playground/package.json && mv playground ../playground
72
- name: Install dependencies in playground
73
working-directory: ../playground
74
- run: pnpm install --no-frozen-lockfile
+ run: pnpm install --no-frozen-lockfile -r
75
76
- name: Run build script in playground
77
0 commit comments