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 a415d96 commit b7dd868Copy full SHA for b7dd868
package.json
@@ -35,8 +35,8 @@
35
"test:esm": "node bin/moleculer-runner.mjs -c test/esm/moleculer.config.mjs test/esm/*.service.*js",
36
"esm-wrapper": "gen-esm-wrapper . ./index.mjs",
37
"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"
+ "release": "npm publish --access public && git push --follow-tags",
+ "release:beta": "npm publish --tag next --access public && git push --follow-tags"
40
},
41
"keywords": [
42
"microservice",
0 commit comments