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 cf69b6c commit 07cda56Copy full SHA for 07cda56
package.json
@@ -27,7 +27,7 @@
27
"node-rebuild": "node ./scripts/rebuild.js kerberos keytar interruptor",
28
"packages-publish": "lerna publish from-package --allow-branch main",
29
"postpackages-publish": "git push && git push --tags",
30
- "packages-version": "lerna version --allow-branch main --no-push --no-private -m \"chore(release): Bump package versions\"",
+ "packages-version": "lerna version --allow-branch main --no-push --no-private -m \"chore(release): bump package versions\"",
31
"release": "npm run release --workspace mongodb-compass --",
32
"reformat": "lerna run reformat --stream --no-bail",
33
"reformat-changed": "lerna run reformat --stream --no-bail --since origin/HEAD --exclude-dependents",
0 commit comments