File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,12 @@ jobs:
67
67
key : ${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }}
68
68
- name : Build the package on cache miss
69
69
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
72
71
- name : Install dependencies in playground
73
- run : pnpm -C .. /playground install --no-frozen-lockfile
72
+ run : pnpm -C ./playground install --no-frozen-lockfile
74
73
75
74
- name : Run build script in playground
76
- run : pnpm -C .. /playground --filter "*" build
75
+ run : pnpm -C ./playground --filter "*" build
77
76
78
77
# test-vitest:
79
78
# needs: build
You can’t perform that action at this time.
0 commit comments