Skip to content

Commit 249eaec

Browse files
committed
pnpm --force
1 parent dbc7dfe commit 249eaec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/integration-tests-next/setup.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for (const dir of directories) {
2727
continue;
2828
}
2929

30-
execSync("pnpm install", {
30+
execSync("pnpm install --force", {
3131
cwd: dir,
3232
stdio: "inherit",
3333
});

0 commit comments

Comments
 (0)