From 06c4e07efcc318ae190c72ebe32f92f61732f2c6 Mon Sep 17 00:00:00 2001 From: 0div Date: Mon, 7 Jul 2025 11:55:31 -0700 Subject: [PATCH] do not use user config team id for template build command as it is derived from acess token --- packages/cli/src/commands/template/build.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/cli/src/commands/template/build.ts b/packages/cli/src/commands/template/build.ts index f0a1f587ca..7309bdfc25 100644 --- a/packages/cli/src/commands/template/build.ts +++ b/packages/cli/src/commands/template/build.ts @@ -262,9 +262,6 @@ export const buildCommand = new commander.Command('build') } const userConfig = getUserConfig() - if (userConfig) { - teamID = teamID || userConfig.teamId - } if (config && templateID && config.template_id !== templateID) { // error: you can't specify different ID than the one in config