Skip to content

Commit

Permalink
add format Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksaC committed Jun 4, 2024
1 parent 492d41a commit 3b6ed57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ build: .next public/sitemap.xml public/feed.xml
analyze: install
$(NPM) run analyze

.PHONY: format
format:
@pre-commit run prettier --all-files

.PHONY: lint
lint:
$(NPM) run lint
Expand Down

0 comments on commit 3b6ed57

Please sign in to comment.