diff --git a/Makefile b/Makefile index 9280286..d24a286 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ setup: cd assets; npm i fmt: go fmt ./... -test: +test: $(ROUTE_ASSET) $(DOCS_ASSET) go test ./... go vet ./... run: $(BINARY)