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 b10ddc7 commit 113f84fCopy full SHA for 113f84f
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Build the package on cache miss
69
run: pnpm install && pnpm build && pnpm snapshot
70
- name: Move playground to work around weird working-directory issue
71
- run: mv playground ../playground
+ run: rm playgroun/pnpm-lock.yaml && mv playground ../playground
72
- name: Install dependencies in playground
73
run: pnpm -C ../playground install --no-frozen-lockfile
74
0 commit comments