Skip to content

Commit 052ec1c

Browse files
khasselrejas
andauthored
remove existing folders fonts and vendor from local installations (#3805)
see discussions [here](#3795 (comment)). The used command should work under windows too. I'm open to better solutions. Co-authored-by: Veeck <[email protected]>
1 parent 302b24c commit 052ec1c

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
@@ -32,7 +32,7 @@ planned for 2025-07-01
3232
- [workflow] Replace Node.js version v23 with v24 (#3770)
3333
- [refactor] Replace deprecated constants `fs.F_OK` and `fs.R_OK` (#3789)
3434
- [refactor] Replace `ansis` with built-in function `util.styleText` (#3793)
35-
- [core] Integrate stuff from `vendor` and `fonts` folders into main `package.json`, simplifies install and maintaining dependencies (#3795)
35+
- [core] Integrate stuff from `vendor` and `fonts` folders into main `package.json`, simplifies install and maintaining dependencies (#3795, #3805)
3636
- [l10n] Complete translations (with the help of translation tools) (#3794)
3737

3838
### Fixed

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)