From 54ac189240f9761332c937bf9657ed9513808721 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 22 Jan 2020 14:29:05 -0500 Subject: [PATCH] Fix data building --- build_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }