Skip to content

Commit ca961e0

Browse files
committed
ci: is it related to the submodule thing?
1 parent 361adc0 commit ca961e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@ jobs:
6868
- name: Build the package
6969
run: pnpm install && pnpm build && pnpm snapshot
7070
- run: echo "{}" > playground/package.json
71+
- run: mv playground playground-tmp
7172
- name: Install dependencies in playground
72-
run: pnpm -C ./playground install --no-frozen-lockfile
73+
run: pnpm -C ./playground-tmp install --no-frozen-lockfile
7374

7475
- name: Run build script in playground
75-
run: pnpm -C ./playground --filter "*" build
76+
run: pnpm -C ./playground-tmp --filter "*" build
7677

7778
# test-vitest:
7879
# needs: build

0 commit comments

Comments
 (0)