summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/package.json
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-01-15 17:26:45 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-01-16 10:51:33 +0100
commit15d0e274b39340f19c3c5dde8cfdec451fa044c0 (patch)
treeff2235776b856d76249b6a3072633f78a1e071d4 /searx/static/themes/simple/package.json
parente4f8f0483f418da953724ddcbc3d67cfe6373ea9 (diff)
[fix] build workflows of the themes
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/package.json')
-rw-r--r--searx/static/themes/simple/package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json
index 5ff49057a..e56adbaa7 100644
--- a/searx/static/themes/simple/package.json
+++ b/searx/static/themes/simple/package.json
@@ -29,12 +29,13 @@
"scripts": {
"all": "npm install && grunt",
"build": "grunt",
- "test": "grunt test",
+ "clean": "rm -Rf node_modules",
"eslint": "grunt eslint",
"eslint-fix": "grunt eslint --fix",
- "watch": "grunt watch",
- "clean": "rm -Rf node_modules",
+ "fix": "grunt test --fix",
"stylelint": "grunt stylelint",
- "stylelint-fix": "grunt stylelint --fix"
+ "stylelint-fix": "grunt stylelint --fix",
+ "test": "grunt test",
+ "watch": "grunt watch --fix"
}
}