Skip to content

Commit 32f19ff

Browse files
committed
fix(cli): avoid duplicate runtime warnings
1 parent 6e2004c commit 32f19ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/cli-v3/src/commands/deploy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ async function _deployCommand(dir: string, options: DeployCommandOptions) {
370370
overrides: { project: options.projectRef ?? envVars.TRIGGER_PROJECT_REF },
371371
configFile: options.config,
372372
defaultRuntime: projectClient.defaultRuntime,
373+
warn: false,
373374
});
374375
}
375376

0 commit comments

Comments
 (0)