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:
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
You can’t perform that action at this time.
0 commit comments