Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
BMO-tech authored Aug 17, 2020
2 parents 00f84dc + 8f7c9dd commit cb7b638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .scripts/makePIServiceData.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const runScript = function() {
const themeVersion = process.env.THEME_VERSION || data.version;
const fileName = process.env.VERSION_DATA_FILE || `${themeName}.${themeVersion}.json`;
const filePath = `${destPath}/${fileName}`;

fs.writeFileSync(filePath, JSON.stringify(data));
}

Expand Down

0 comments on commit cb7b638

Please sign in to comment.