Skip to content

Commit

Permalink
fix(publish): Remove publishing step from Makefile
Browse files Browse the repository at this point in the history
No longer used. fix() semantic used to trigger release of other package
upgrades.
  • Loading branch information
Brian Celenza committed Feb 9, 2023
1 parent cfa7aaf commit 924f6ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ test:
npm test

.PHONY: release
release: clean build test

.PHONY: publish
publish:
npm publish
release: clean build test

0 comments on commit 924f6ea

Please sign in to comment.