Skip to content

Commit e1a3aba

Browse files
committed
remove existing folders fonts and vendor from local installations
1 parent 975ee9c commit e1a3aba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ planned for 2025-07-01
4343

4444
### Updated
4545

46-
- [core] Update dependencies including electron to v36 (#3774, #3788)
46+
- [core] Update dependencies incl. electron to v36 (#3774, #3788)
4747

4848
## [2.31.0] - 2025-04-01
4949

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"lint:js": "eslint --fix",
3333
"lint:markdown": "markdownlint-cli2 . --fix",
3434
"lint:prettier": "prettier . --write",
35+
"postinstall": "git clean -df fonts/ vendor/",
3536
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo no husky installed.",
3637
"server": "node ./serveronly",
3738
"start": "node --run start:x11",

0 commit comments

Comments
 (0)