aboutsummaryrefslogtreecommitdiff
path: root/update/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'update/index.js')
-rw-r--r--update/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/update/index.js b/update/index.js
index 7121c2d..53acf34 100644
--- a/update/index.js
+++ b/update/index.js
@@ -1,3 +1,4 @@
+require('child_process').spawnSync("node", ["update/listgen.js"], { cwd: __dirname + "/..", stdio: "inherit" })
require('child_process').spawnSync("node", ["update/pages.js"], { cwd: __dirname + "/..", stdio: "inherit" })
require('child_process').spawnSync("node", ["update/infobox.js"], { cwd: __dirname + "/..", stdio: "inherit" })
require('child_process').spawnSync("node", ["update/parse.js"], { cwd: __dirname + "/..", stdio: "inherit" })