Skip to content

Commit

Permalink
fix auto updater (again) (MuhammedKalkan#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Jun 6, 2023
1 parent a2d9d20 commit 391c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packageJsonOpenLens.build.publish = [{

packageJsonOpenLens.version = `${packageJsonOpenLens.version}-${process.env.BUILD_NUMBER}`;
packageJsonOpenLens.build.npmRebuild = true;
packageJsonOpenLens.scripts["build:app"] = packageJsonOpenLens.scripts["build:app"].replace("onTag", "always");
packageJsonOpenLens.build.detectUpdateChannel = false;
packageJsonOpenLens.copyright = [
packageJsonOpenLens.copyright,
'',
Expand Down

0 comments on commit 391c2cd

Please sign in to comment.