add fmt target

This commit is contained in:
2021-11-03 03:49:34 -07:00
parent 4a6469b003
commit 38df94a9b2

View File

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