Skip to content

Commit

Permalink
Run make format after a version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
simlmx committed Jul 22, 2024
1 parent b4023b8 commit c2cc5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ check-format:
.PHONY: bump-version
bump-version:
pnpm lerna version --force-publish --no-private --no-git-tag-version
$(MAKE) format

.PHONY: publish
publish: check-format build test
Expand Down

0 comments on commit c2cc5b4

Please sign in to comment.