This commit is contained in:
Jan-Otto Kröpke 2023-06-14 23:28:05 +02:00
parent df34177afd
commit 01421c4744
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ packageJsonOpenLens.build.publish = [{
}];
packageJsonOpenLens.version = `${packageJsonOpenLens.version}-${process.env.BUILD_ID}`;
packageJsonOpenLens.build.npmRebuild = os.platform() === 'darwin';
packageJsonOpenLens.build.npmRebuild = true;
packageJsonOpenLens.build.detectUpdateChannel = false;
packageJsonOpenLens.devDependencies["electron-builder"] = "^24.4.0"