Skip to content

Commit c6f1121

Browse files
committed
chore: add publish script for 7.x
1 parent 13150a3 commit c6f1121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"release-5x": "git pull origin 5.x && git push origin 5.x && git push origin 5.x --tags && npm publish --tag 5x",
109109
"release-6x": "git pull origin 6.x && git push origin 6.x && git push origin 6.x --tags && npm publish --tag 6x",
110110
"mongo": "node ./tools/repl.js",
111+
"publish-7x": "npm publish --tag 7x",
111112
"test": "mocha --exit ./test/*.test.js",
112113
"test-deno": "deno run --allow-env --allow-read --allow-net --allow-run --allow-sys --allow-write ./test/deno.js",
113114
"test-rs": "START_REPLICA_SET=1 mocha --timeout 30000 --exit ./test/*.test.js",

0 commit comments

Comments
 (0)