From c6c4d8cbd2df9f0486c8f12bdf45440a97c99192 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Tue, 25 Feb 2020 20:47:28 -0300 Subject: [PATCH] fixed: removed build and version rules since they were simplified. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec06a74f..5b1824b3 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ publish-version: release-commit release-tag git push $(REMOTE) "$(BRANCH)" "v$(VERSION)" npm publish -pre-publish: clean branch version changelog +pre-publish: clean changelog pre-build: deps-project tests-ci build publish: check-working-tree pre-publish pre-build publish-version publish-finished