remove eslint warnings, add npm publish process to Collaboration.md (#3913)

This commit is contained in:
Karsten Hassel
2025-10-14 22:44:37 +02:00
committed by GitHub
parent 5f1f5bd291
commit d39e686f7a
5 changed files with 8 additions and 3 deletions

View File

@@ -66,3 +66,7 @@ Are done by
- [ ] close all issues with label `ready (coming with next release)`
- [ ] release new documentation by merging `develop` on `master` in documentation repository
- [ ] publish new version on [npm](https://www.npmjs.com/package/magicmirror)
- [ ] use a clean environment (e.g. container)
- [ ] clone this repository with the new `master` branch and `cd` into the local repository directory
- [ ] log in to npm with `npm login --auth-type legacy` which will ask for username and password and one-time-password which is sent via mail
- [ ] execute `npm publish`