mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 19:05:18 +00:00
chore: rename gigacode to @sandbox-agent/gigacode
This commit is contained in:
parent
1b7d82da24
commit
4119363750
6 changed files with 10 additions and 21 deletions
|
|
@ -23,7 +23,7 @@ const CLI_PACKAGES = [
|
|||
"@sandbox-agent/cli-win32-x64",
|
||||
"@sandbox-agent/cli-darwin-x64",
|
||||
"@sandbox-agent/cli-darwin-arm64",
|
||||
"gigacode",
|
||||
"@sandbox-agent/gigacode",
|
||||
"@sandbox-agent/gigacode-linux-x64",
|
||||
"@sandbox-agent/gigacode-linux-arm64",
|
||||
"@sandbox-agent/gigacode-win32-x64",
|
||||
|
|
@ -301,7 +301,7 @@ export async function publishNpmCli(opts: ReleaseOpts) {
|
|||
let packagePath: string;
|
||||
if (packageName === "@sandbox-agent/cli") {
|
||||
packagePath = join(opts.root, "sdks/cli");
|
||||
} else if (packageName === "gigacode") {
|
||||
} else if (packageName === "@sandbox-agent/gigacode") {
|
||||
packagePath = join(opts.root, "sdks/gigacode");
|
||||
} else if (packageName.startsWith("@sandbox-agent/cli-")) {
|
||||
// Platform-specific packages: @sandbox-agent/cli-linux-x64 -> sdks/cli/platforms/linux-x64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue