diff --git a/.werft/build.ts b/.werft/build.ts index 6f4911b4da2540..70534e2ab6f737 100644 --- a/.werft/build.ts +++ b/.werft/build.ts @@ -62,8 +62,8 @@ async function run(context: any) { if (!config.withPreview || config.publishRelease) { werft.phase("deploy", "not deploying"); - console.log("running without preview environment or publish-release is set"); - return + console.log("no-preview or publish-release is set"); + return; } try {