Skip to content

Commit 4a81afa

Browse files
committed
ci: try not moving playground again
1 parent f1ddf34 commit 4a81afa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@ jobs:
6767
key: ${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }}
6868
- name: Build the package on cache miss
6969
run: pnpm install && pnpm build && pnpm snapshot
70-
- name: Move playground to work around weird working-directory issue
71-
run: rm playground/pnpm-lock.yaml && mv playground ../playground
70+
- run: echo "{}" > playground/package.json
7271
- name: Install dependencies in playground
73-
run: pnpm -C ../playground install --no-frozen-lockfile
72+
run: pnpm -C ./playground install --no-frozen-lockfile
7473

7574
- name: Run build script in playground
76-
run: pnpm -C ../playground --filter "*" build
75+
run: pnpm -C ./playground --filter "*" build
7776

7877
# test-vitest:
7978
# needs: build

0 commit comments

Comments
 (0)