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.
2 parents fa2f506 + 9eaa7c8 commit 4868df1Copy full SHA for 4868df1
bin/reboot.ts
@@ -8,7 +8,7 @@ type StdIn = [name: string, stdio: string]
8
9
export const stdins = [
10
["clean", "pnpm run clean"],
11
- ["install", "pnpm i"],
+ ["install", "pnpm install --force"],
12
["check", "pnpm run check"],
13
["describe", "pnpm run describe"],
14
["test", "pnpm run test"],
0 commit comments