From 15d0e274b39340f19c3c5dde8cfdec451fa044c0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 15 Jan 2025 17:26:45 +0100 Subject: [fix] build workflows of the themes Signed-off-by: Markus Heiser --- searx/static/themes/simple/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'searx/static/themes/simple/package.json') 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" } } -- cgit v1.2.3