« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/upd8.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/upd8.js b/src/upd8.js
index eecc7e53..ef83589d 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -144,9 +144,6 @@ async function main() {
       {...defaultStepStatus, name: `generate thumbnails`,
         for: ['thumbs']},
 
-    buildSearchIndex:
-      {...defaultStepStatus, name: `generate search index`},
-
     loadDataFiles:
       {...defaultStepStatus, name: `load and process data files`,
         for: ['build']},
@@ -204,6 +201,10 @@ async function main() {
       {...defaultStepStatus, name: `preload file sizes`,
         for: ['build']},
 
+    buildSearchIndex:
+      {...defaultStepStatus, name: `generate search index`,
+        for: ['build', 'search']},
+
     identifyWebRoutes:
       {...defaultStepStatus, name: `identify web routes`,
         for: ['build']},