Skip to content

Commit c6c4d8c

Browse files
committed
fixed: removed build and version rules since they were simplified.
1 parent 83c5e29 commit c6c4d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ publish-version: release-commit release-tag
102102
git push $(REMOTE) "$(BRANCH)" "v$(VERSION)"
103103
npm publish
104104

105-
pre-publish: clean branch version changelog
105+
pre-publish: clean changelog
106106
pre-build: deps-project tests-ci build
107107

108108
publish: check-working-tree pre-publish pre-build publish-version publish-finished

0 commit comments

Comments
 (0)