Skip to content

Commit

Permalink
feat: add new targets
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Mar 2, 2024
1 parent a200131 commit 9eac8fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/make/prettier.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
.PHONY: prettier/install
prettier/install:
npm install -g prettier

.PHONY: prettier/run
prettier/run:
prettier --write .

.PHONY: prettier/check
prettier/check:
prettier --check .

.PHONY: prettier/version
prettier/version:
prettier --version

0 comments on commit 9eac8fd

Please sign in to comment.