Skip to content

Commit 4868df1

Browse files
authored
Merge pull request #560 from traversable/reboot-force
build(*): `pnpm reboot` now fetches optional dependencies
2 parents fa2f506 + 9eaa7c8 commit 4868df1

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)