eslint: grunt integration

This commit is contained in:
Alexandre Flament
2021-08-24 09:52:40 +02:00
committed by Markus Heiser
parent 2948a99b6e
commit 0ee316f3d1
4 changed files with 6 additions and 13 deletions

2
manage
View File

@@ -665,8 +665,6 @@ 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 $?
}