Implement Build Number

This commit is contained in:
Jan-Otto Kröpke 2023-05-30 20:50:35 +02:00
parent 8ff33acc65
commit 5909963550
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,6 @@ packageJsonOpenLens.build.linux.artifactName = packageJsonOpenLens.build.linux.a
packageJsonOpenLens.build.win.artifactName = "OpenLens.Setup.${buildVersion}.${ext}";
packageJsonOpenLens.build.npmRebuild = true;
console.log(`Set build version: ${packageJsonOpenLens.version}`)
fs.writeFileSync('./lens/open-lens/package.json', JSON.stringify(packageJsonOpenLens, null, 2));