From 5b8eee63d002c1c2c2a70e218fd6a81d514c3344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Mon, 3 Jul 2023 11:15:10 -0400 Subject: [PATCH] chore: dedupped make release target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a001a130..76a9d02e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ commit: npx cz .PHONY: publish -release: +publish: @./bin/publish .PHONY: release