From 4dcfdf01604a0a8f7e3720aa88109f019fc29d80 Mon Sep 17 00:00:00 2001 From: Isaac Besora Date: Wed, 27 Aug 2025 17:59:12 +0200 Subject: [PATCH] Fix documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6579763f..ced4c328 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ Follow this deploy process after all changes for the release are merged into mai - [ ] Commit and push with commit message `vX.X.X` - [ ] Create the git tag for the release with `git tag -a vX.X.X -m 'vX.X.X'` - [ ] Push the tags with `git push --tags` - - [ ] Run `npm publish` + - [ ] Run `mbx npm publish` ## Post-release checklist