add fmt target

This commit is contained in:
Jeffrey Paul 2021-11-03 03:49:34 -07:00
parent 4a6469b003
commit 38df94a9b2
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ compile: $(PROTOC_GEN_GO)
clean: clean:
rm -rfv proto/*.pb.go rm -rfv proto/*.pb.go
fmt:
prettier -w .