File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ planned for 2025-07-01
1313
1414### Added
1515
16- - [ clock] Added option 'disableNextEvent' to hide next sun event.
16+ - [ clock] Added option 'disableNextEvent' to hide next sun event ( # 3769 )
1717
1818### Changed
1919
2020- [ refactor] Simplify module loading process (#3766 )
21- - Use " node --run" instead of " npm run" (#3764 )
21+ - Use ` node --run ` instead of ` npm run ` (#3764 ) and adapt ` start:dev ` script.
2222- [ workflow] Run linter und spellcheck with LTS node version (#3767 )
2323- [ workflow] Split "Run test" step into two steps for more clarity (#3767 )
2424
Original file line number Diff line number Diff line change 3737 "prepare" : " [ -f node_modules/.bin/husky ] && husky || echo no husky installed." ,
3838 "server" : " node ./serveronly" ,
3939 "start" : " node --run start:x11" ,
40- "start:dev" : " node --run start -- dev" ,
40+ "start:dev" : " node --run start:x11 -- dev" ,
4141 "start:wayland" : " WAYLAND_DISPLAY=\" ${WAYLAND_DISPLAY:=wayland-1}\" ./node_modules/.bin/electron js/electron.js --enable-features=UseOzonePlatform --ozone-platform=wayland" ,
4242 "start:wayland:dev" : " node --run start:wayland -- dev" ,
4343 "start:windows" : " .\\ node_modules\\ .bin\\ electron js\\ electron.js" ,
You can’t perform that action at this time.
0 commit comments