Skip to content

Commit

Permalink
Remove testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmazzi committed Nov 4, 2021
1 parent 6b24160 commit 9e85632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bump-version-and-publish:
.PHONY: finalize-patch
finalize-patch:
npm version patch
npm publish --access=restricted --tag=stable
npm publish --access=public --tag=stable
npm dist-tag add $(PACKAGE)"@$$(npm view $(PACKAGE)@stable version)" latest
git push
git push --tags
Expand Down

0 comments on commit 9e85632

Please sign in to comment.