We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975ee9c commit e1a3abaCopy full SHA for e1a3aba
CHANGELOG.md
@@ -43,7 +43,7 @@ planned for 2025-07-01
43
44
### Updated
45
46
-- [core] Update dependencies including electron to v36 (#3774, #3788)
+- [core] Update dependencies incl. electron to v36 (#3774, #3788)
47
48
## [2.31.0] - 2025-04-01
49
package.json
@@ -32,6 +32,7 @@
32
"lint:js": "eslint --fix",
33
"lint:markdown": "markdownlint-cli2 . --fix",
34
"lint:prettier": "prettier . --write",
35
+ "postinstall": "git clean -df fonts/ vendor/",
36
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo no husky installed.",
37
"server": "node ./serveronly",
38
"start": "node --run start:x11",
0 commit comments