Skip to content

Commit 9e85632

Browse files
committed
Remove testing
1 parent 6b24160 commit 9e85632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bump-version-and-publish:
1515
.PHONY: finalize-patch
1616
finalize-patch:
1717
npm version patch
18-
npm publish --access=restricted --tag=stable
18+
npm publish --access=public --tag=stable
1919
npm dist-tag add $(PACKAGE)"@$$(npm view $(PACKAGE)@stable version)" latest
2020
git push
2121
git push --tags

0 commit comments

Comments
 (0)