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 53c4572 commit b10ddc7Copy full SHA for b10ddc7
.github/workflows/ci.yml
@@ -70,12 +70,10 @@ jobs:
70
- name: Move playground to work around weird working-directory issue
71
run: mv playground ../playground
72
- name: Install dependencies in playground
73
- working-directory: ../playground
74
- run: pnpm recursive install --no-frozen-lockfile
+ run: pnpm -C ../playground install --no-frozen-lockfile
75
76
- name: Run build script in playground
77
78
- run: pnpm --filter "*" build
+ run: pnpm -C ../playground --filter "*" build
79
80
# test-vitest:
81
# needs: build
0 commit comments