mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[web-client] integrate the migrated theme in the development workflows
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
1a3543d4b2
commit
2bf77f5d2d
11 changed files with 69 additions and 116 deletions
|
@ -3,7 +3,8 @@
|
|||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"clean": "rm -Rf node_modules",
|
||||
"build": "node theme_icons.js && vite build",
|
||||
"fix": "eslint --fix && stylelint --fix strict 'src/**/*.{css,scss,sass,less,styl,vue,svelte}'",
|
||||
"icons.html": "node theme_icons.js"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue