File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,15 @@ jobs:
6666 playground
6767 key : ${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }}
6868 - name : Build the package on cache miss
69- run : pnpm install && pnpm build && pnpm snapshot && echo "{}" > playground/package.json
69+ run : pnpm install && pnpm build && pnpm snapshot
70+ - name : Move playground to work around weird working-directory issue
71+ run : mv playground ../playground
7072 - name : Install dependencies in playground
71- working-directory : ./playground
73+ working-directory : .. /playground
7274 run : pnpm install --no-frozen-lockfile -r
7375
7476 - name : Run build script in playground
75- working-directory : ./playground
77+ working-directory : .. /playground
7678 run : pnpm --filter "*" build
7779
7880 # test-vitest:
You can’t perform that action at this time.
0 commit comments