summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-02-05 16:49:06 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-02-28 12:27:41 +0100
commit2bf77f5d2db2a33828beff402f7f18443204595d (patch)
tree2912f667471afb9d0fc150a65f6c364269ae7d65 /client
parent1a3543d4b279fa926de1d89c1923581869691a22 (diff)
[web-client] integrate the migrated theme in the development workflows
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'client')
-rw-r--r--client/simple/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/simple/package.json b/client/simple/package.json
index 2e38f67d6..2f6ec539b 100644
--- a/client/simple/package.json
+++ b/client/simple/package.json
@@ -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"
},