diff options
Diffstat (limited to 'manage')
| -rwxr-xr-x | manage | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $? } |