Skip to content

Commit b7dd868

Browse files
committed
fix release script
1 parent a415d96 commit b7dd868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"test:esm": "node bin/moleculer-runner.mjs -c test/esm/moleculer.config.mjs test/esm/*.service.*js",
3636
"esm-wrapper": "gen-esm-wrapper . ./index.mjs",
3737
"prerelease": "npm run esm-wrapper",
38-
"release": "npm publish --access public && git push --tags",
39-
"release:beta": "npm publish --tag next --access public && git push --tags"
38+
"release": "npm publish --access public && git push --follow-tags",
39+
"release:beta": "npm publish --tag next --access public && git push --follow-tags"
4040
},
4141
"keywords": [
4242
"microservice",

0 commit comments

Comments
 (0)