summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 2 insertions, 0 deletions
diff --git a/manage b/manage
index a855512f5..31abd8a3e 100755
--- a/manage
+++ b/manage
@@ -665,6 +665,8 @@ themes.oscar() {
themes.simple() {
build_msg GRUNT "theme: simple"
npm --prefix searx/static/themes/simple run build
+ # just report eslint issues but do not break the build (--force)
+ npm --prefix searx/static/themes/simple run eslint --force
dump_return $?
}