We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc7dfe commit 249eaecCopy full SHA for 249eaec
1 file changed
packages/integration-tests-next/setup.mjs
@@ -27,7 +27,7 @@ for (const dir of directories) {
27
continue;
28
}
29
30
- execSync("pnpm install", {
+ execSync("pnpm install --force", {
31
cwd: dir,
32
stdio: "inherit",
33
});
0 commit comments