diff options
Diffstat (limited to 'searx/static')
| -rw-r--r-- | searx/static/themes/simple/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 038520a3d..e23157bf4 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -20,8 +20,8 @@ "leaflet": "^1.7.1" }, "scripts": { - "build": "npm install && grunt", - "start": "grunt watch", - "test": "grunt" + "all": "npm install && grunt", + "build": "grunt", + "watch": "grunt watch" } } |