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 00a0aed commit 5e63011Copy full SHA for 5e63011
package.json
@@ -26,7 +26,7 @@
26
"compile-exec": "node scripts/compile-exec.js",
27
"prerelease": "npm run compile-cli",
28
"release": "node scripts/release.js",
29
- "publish-npm": "lerna publish --force-publish",
+ "publish-npm": "lerna publish --force-publish --no-verify",
30
"report-missing-help": "lerna run --scope @mongosh/shell-api report-missing-help",
31
"report-supported-api": "lerna run --scope @mongosh/shell-api report-supported-api"
32
},
0 commit comments