chore: split format html

main
sudo pacman -Syu 2022-12-30 16:32:52 +07:00
parent 6d8a50e8a9
commit 935ffea466
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.PHONY: all test test-color coverage coverage-cli coverage-html lint format gen
.PHONY: all test test-color coverage coverage-cli coverage-html lint format gen format-html
all: test-color lint format gen
all: test-color lint format gen format-html
go mod tidy
test:
@ -27,7 +27,9 @@ format:
go install mvdan.cc/gofumpt@latest
gofimports -w -company github.com/make-go-great .
gofumpt -w -extra .
yarn prettier --write .
gen:
go run .
format-html:
yarn prettier --write .