There was an error while loading. Please reload this page.
1 parent 6e2004c commit 32f19ffCopy full SHA for 32f19ff
1 file changed
packages/cli-v3/src/commands/deploy.ts
@@ -370,6 +370,7 @@ async function _deployCommand(dir: string, options: DeployCommandOptions) {
370
overrides: { project: options.projectRef ?? envVars.TRIGGER_PROJECT_REF },
371
configFile: options.config,
372
defaultRuntime: projectClient.defaultRuntime,
373
+ warn: false,
374
});
375
}
376
0 commit comments