File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8383 run : pnpm install
8484 - name : Install dependencies in playground
8585 working-directory : ./playground
86- run : pnpm install --no-frozen-lockfile --ignore-scripts
86+ run : |
87+ pnpm install --no-frozen-lockfile --ignore-scripts
88+ pnpm dedupe --ignore-scripts
8789
8890 - name : Run build script in playground
8991 working-directory : ./playground
@@ -125,7 +127,9 @@ jobs:
125127 run : pnpm install
126128 - name : Install dependencies in playground
127129 working-directory : ./playground
128- run : pnpm install --no-frozen-lockfile --ignore-scripts
130+ run : |
131+ pnpm install --no-frozen-lockfile --ignore-scripts
132+ pnpm dedupe --ignore-scripts
129133 env :
130134 # Skip Cypress installation temporarily, we'll install it later with cache
131135 CYPRESS_INSTALL_BINARY : 0
You can’t perform that action at this time.
0 commit comments