diff --git a/packages/cli/src/commands/template/build.ts b/packages/cli/src/commands/template/build.ts index 4acad32268..8c74ce24a7 100644 --- a/packages/cli/src/commands/template/build.ts +++ b/packages/cli/src/commands/template/build.ts @@ -259,9 +259,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