diff options
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 3 |
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" }, |