From 8e9be14f7ca426e7b42f62a643c304444a3a0379 Mon Sep 17 00:00:00 2001 From: danielsum Date: Thu, 14 Oct 2021 23:27:49 +0200 Subject: [PATCH] fix: publish script more smart --- publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/publish.sh b/publish.sh index 554e9d2..86a73cb 100644 --- a/publish.sh +++ b/publish.sh @@ -27,7 +27,6 @@ npm publish # Push to repository git add . -git status git commit -m "${TYPE}: ${MESSAGE} version ${s}" git push