Skip to content

Commit 113f84f

Browse files
committed
ci: try work without pnpm-lock.yaml
1 parent b10ddc7 commit 113f84f

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
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build the package on cache miss
6969
run: pnpm install && pnpm build && pnpm snapshot
7070
- name: Move playground to work around weird working-directory issue
71-
run: mv playground ../playground
71+
run: rm playgroun/pnpm-lock.yaml && mv playground ../playground
7272
- name: Install dependencies in playground
7373
run: pnpm -C ../playground install --no-frozen-lockfile
7474

0 commit comments

Comments
 (0)