diff --git a/build_data.js b/build_data.js index ec8745474..140c4fd0c 100644 --- a/build_data.js +++ b/build_data.js @@ -29,7 +29,7 @@ let _currBuild = null; if (process.argv[1].indexOf('build_data.js') > -1) { buildData(); } else { - module.exports = buildCSS; + module.exports = buildData; }