Update upgrade command to use shout package
This commit is contained in:
parent
f128053183
commit
7b014d0203
|
|
@ -266,9 +266,9 @@ $ true
|
|||
|
||||
program
|
||||
.command("upgrade")
|
||||
.description("Upgrade sandlot to the latest version")
|
||||
.description("Upgrade to the latest version")
|
||||
.action(async () => {
|
||||
const result = await Bun.spawn(["bun", "install", "-g", "@because/sandlot@latest"], {
|
||||
const result = await Bun.spawn(["bun", "install", "-g", "@because/shout@latest"], {
|
||||
stdin: "inherit",
|
||||
stdout: "inherit",
|
||||
stderr: "inherit",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user