Skip to content

Commit

Permalink
fixed: removed build and version rules since they were simplified.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Feb 25, 2020
1 parent 83c5e29 commit c6c4d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6c4d8c

Please sign in to comment.