Skip to content

Commit a2d9d20

Browse files
authored
fix auto updater (#156)
1 parent 7c22640 commit a2d9d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packageJsonOpenLens.build.publish = [{
99

1010
packageJsonOpenLens.version = `${packageJsonOpenLens.version}-${process.env.BUILD_NUMBER}`;
1111
packageJsonOpenLens.build.npmRebuild = true;
12+
packageJsonOpenLens.scripts["build:app"] = packageJsonOpenLens.scripts["build:app"].replace("onTag", "always");
1213
packageJsonOpenLens.copyright = [
1314
packageJsonOpenLens.copyright,
1415
'',

0 commit comments

Comments
 (0)