diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-01-15 17:26:45 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-16 10:51:33 +0100 |
| commit | 15d0e274b39340f19c3c5dde8cfdec451fa044c0 (patch) | |
| tree | ff2235776b856d76249b6a3072633f78a1e071d4 /searx/static/themes/simple/package.json | |
| parent | e4f8f0483f418da953724ddcbc3d67cfe6373ea9 (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.json | 9 |
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" } } |