Skip to content

Commit cfcb779

Browse files
committed
[installer] Add upgrade test werft flag
1 parent d74879b commit cfcb779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.werft/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ async function run(context: any) {
6262

6363
if (!config.withPreview || config.publishRelease) {
6464
werft.phase("deploy", "not deploying");
65-
console.log("running without preview environment or publish-release is set");
66-
return
65+
console.log("no-preview or publish-release is set");
66+
return;
6767
}
6868

6969
try {

0 commit comments

Comments
 (0)