Update upgrade command to use shout package
This commit is contained in:
parent
f128053183
commit
7b014d0203
|
|
@ -266,9 +266,9 @@ $ true
|
||||||
|
|
||||||
program
|
program
|
||||||
.command("upgrade")
|
.command("upgrade")
|
||||||
.description("Upgrade sandlot to the latest version")
|
.description("Upgrade to the latest version")
|
||||||
.action(async () => {
|
.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",
|
stdin: "inherit",
|
||||||
stdout: "inherit",
|
stdout: "inherit",
|
||||||
stderr: "inherit",
|
stderr: "inherit",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user