You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/dev hints (#304)
* chore: remove unused axios dep; replace npm run with node --run
axios was listed as a direct UI dependency but had no import sites.
Switch MagicMirror start command and CI lint step from `npm run` to
`node --run` (available in Node 22+, matches the current test matrix).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: replace git checkout . with git restore . for working tree reset
git restore is the correct modern replacement for discarding working
tree changes; git switch is for branch switching.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* build: update dependencies
* chore: fix build with nix
* chore: fix setup with bun.nix prevent modifications to file when not needed
* chore: add pre-commit script to unify version location
* docs: update changelog
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>