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 83
83
run : pnpm install
84
84
- name : Install dependencies in playground
85
85
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
87
89
88
90
- name : Run build script in playground
89
91
working-directory : ./playground
@@ -125,7 +127,9 @@ jobs:
125
127
run : pnpm install
126
128
- name : Install dependencies in playground
127
129
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
129
133
env :
130
134
# Skip Cypress installation temporarily, we'll install it later with cache
131
135
CYPRESS_INSTALL_BINARY : 0
You can’t perform that action at this time.
0 commit comments