Update upgrade command to use shout package

This commit is contained in:
Chris Wanstrath 2026-03-12 14:25:35 -07:00
parent f128053183
commit 7b014d0203

View File

@ -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",