remove existing folders fonts and vendor from local installations (#3805)

see discussions
[here](https://github.com/MagicMirrorOrg/MagicMirror/pull/3795#issuecomment-2927804743).

The used command should work under windows too. I'm open to better
solutions.

Co-authored-by: Veeck <github@veeck.de>
This commit is contained in:
Karsten Hassel
2025-06-07 13:20:01 +02:00
committed by GitHub
parent 302b24c647
commit 052ec1ca26
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
"lint:js": "eslint --fix",
"lint:markdown": "markdownlint-cli2 . --fix",
"lint:prettier": "prettier . --write",
"postinstall": "git clean -df fonts vendor",
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo no husky installed.",
"server": "node ./serveronly",
"start": "node --run start:x11",