diff --git a/build/gulpfile.reh.js b/build/gulpfile.reh.js index 7475e04d6e5..f3cdbff4a9e 100644 --- a/build/gulpfile.reh.js +++ b/build/gulpfile.reh.js @@ -378,7 +378,8 @@ function tweakProductForServerWeb(product) { // TODO: we cannot inline `product.json` because // it is being changed during build time at a later // point in time (such as `checksums`) - '../product.json' + '../product.json', + '../package.json' ] } } diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index d5b4db00073..cdc802bdd45 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -119,7 +119,8 @@ const optimizeVSCodeTask = task.define('optimize-vscode', task.series( // TODO: we cannot inline `product.json` because // it is being changed during build time at a later // point in time (such as `checksums`) - '../product.json' + '../product.json', + '../package.json', ] }, manual: [