diff --git a/Makefile b/Makefile index d0cc526..01b84a7 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,9 @@ DOKKU_URL := dokku@dev.lookingfora.name:guesstimate watch: modd -install-deps: +deps: cd client && npm install + cd server && go mod vendor build: clean build-server build-client