diff --git a/Makefile b/Makefile index a001a13..76a9d02 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ commit: npx cz .PHONY: publish -release: +publish: @./bin/publish .PHONY: release