Skip to content

Commit 068a768

Browse files
author
Irae Hueck Costa
committed
Update Makefile to use prettier directly for formatting.
1 parent 126de9f commit 068a768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ tests:
1818

1919
.PHONY: format
2020
format:
21-
plash --from alpine:$(alpineversion) --apk npm --run 'npm i prettier --global' -- prettier --html-whitespace-sensitivity ignore --write .
2221
find -type f -name \*.go | xargs -L1 go fmt
22+
prettier --html-whitespace-sensitivity ignore --write .
2323

2424
.PHONY: logs
2525
logs:

0 commit comments

Comments
 (0)