diff --git a/bin/reboot.ts b/bin/reboot.ts index b48bbbeb..ed3d7d7d 100755 --- a/bin/reboot.ts +++ b/bin/reboot.ts @@ -8,7 +8,7 @@ type StdIn = [name: string, stdio: string] export const stdins = [ ["clean", "pnpm run clean"], - ["install", "pnpm i"], + ["install", "pnpm install --force"], ["check", "pnpm run check"], ["describe", "pnpm run describe"], ["test", "pnpm run test"],