Replies: 3 comments 5 replies
-
@mrspd Example: npm publish --tag beta |
Beta Was this translation helpful? Give feedback.
-
Hi @mrspd,
"publishConfig": {
npm publish --tag beta |
Beta Was this translation helpful? Give feedback.
-
Yep, I was wrong. npm publish work properly. But on github site you could see "latest" tag label only. If you want watch all tags, use npm dist-tag ls. |
Beta Was this translation helpful? Give feedback.
-
Hello. I try publish npm package with specific tag, but package always tagged as "latest". Is there a way to publish package with another tag or disable "latest" autotagging?
Beta Was this translation helpful? Give feedback.
All reactions