Skip to content

Commit 9eaa7c8

Browse files
committed
build(*): pnpm reboot now fetches optional dependencies to better test dep compat story
1 parent fa2f506 commit 9eaa7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/reboot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type StdIn = [name: string, stdio: string]
88

99
export const stdins = [
1010
["clean", "pnpm run clean"],
11-
["install", "pnpm i"],
11+
["install", "pnpm install --force"],
1212
["check", "pnpm run check"],
1313
["describe", "pnpm run describe"],
1414
["test", "pnpm run test"],

0 commit comments

Comments
 (0)