Skip to content

Commit

Permalink
fix auto updater (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Jun 6, 2023
1 parent 7c22640 commit a2d9d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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.copyright = [
packageJsonOpenLens.copyright,
'',
Expand Down

0 comments on commit a2d9d20

Please sign in to comment.