diff --git a/scripts/getBuildData.js b/scripts/getBuildData.js index c9a18e8..9a52330 100644 --- a/scripts/getBuildData.js +++ b/scripts/getBuildData.js @@ -4,8 +4,6 @@ module.exports = (isCompiled = false) => { let buildData = ''; if (git.branch() !== 'master') { - buildData += ''; - if (isCompiled) { buildData += ` Build Date: ${(new Date()).toISOString()}