summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
Diffstat (limited to 'manage')
-rwxr-xr-xmanage11
1 files changed, 11 insertions, 0 deletions
diff --git a/manage b/manage
index 1236cb31c..736a479b5 100755
--- a/manage
+++ b/manage
@@ -714,6 +714,17 @@ themes.simple() {
dump_return $?
}
+themes.simple.test() {
+ build_msg TEST "theme: simple"
+ if ! nvm.min_node "${NODE_MINIMUM_VERSION}"; then
+ info_msg "install Node.js by NVM"
+ nvm.nodejs
+ fi
+ npm --prefix searx/static/themes/simple install
+ npm --prefix searx/static/themes/simple run test
+ dump_return $?
+}
+
PYLINT_FILES=()
while IFS= read -r line; do
PYLINT_FILES+=("$line")