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 13150a3 commit c6f1121Copy full SHA for c6f1121
package.json
@@ -108,6 +108,7 @@
108
"release-5x": "git pull origin 5.x && git push origin 5.x && git push origin 5.x --tags && npm publish --tag 5x",
109
"release-6x": "git pull origin 6.x && git push origin 6.x && git push origin 6.x --tags && npm publish --tag 6x",
110
"mongo": "node ./tools/repl.js",
111
+ "publish-7x": "npm publish --tag 7x",
112
"test": "mocha --exit ./test/*.test.js",
113
"test-deno": "deno run --allow-env --allow-read --allow-net --allow-run --allow-sys --allow-write ./test/deno.js",
114
"test-rs": "START_REPLICA_SET=1 mocha --timeout 30000 --exit ./test/*.test.js",
0 commit comments