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 6b24160 commit 9e85632Copy full SHA for 9e85632
Makefile
@@ -15,7 +15,7 @@ bump-version-and-publish:
15
.PHONY: finalize-patch
16
finalize-patch:
17
npm version patch
18
- npm publish --access=restricted --tag=stable
+ npm publish --access=public --tag=stable
19
npm dist-tag add $(PACKAGE)"@$$(npm view $(PACKAGE)@stable version)" latest
20
git push
21
git push --tags
0 commit comments