Skip to content

Commit 9e82eaa

Browse files
committed
Dont force no verfiy
1 parent 5e63011 commit 9e82eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"compile-exec": "node scripts/compile-exec.js",
2727
"prerelease": "npm run compile-cli",
2828
"release": "node scripts/release.js",
29-
"publish-npm": "lerna publish --force-publish --no-verify",
29+
"publish-npm": "lerna publish --force-publish",
3030
"report-missing-help": "lerna run --scope @mongosh/shell-api report-missing-help",
3131
"report-supported-api": "lerna run --scope @mongosh/shell-api report-supported-api"
3232
},

0 commit comments

Comments
 (0)