mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user