diff --git a/Makefile b/Makefile index 76b98c8..e6fdedb 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,8 @@ clean: setup: cd assets; npm i - + go mod download + go mod vendor fmt: go fmt ./... test: