Fix deps installation task

This commit is contained in:
wpetit 2020-05-12 13:47:46 +02:00
parent f48319e41f
commit e5776443b7
1 changed files with 2 additions and 1 deletions

View File

@ -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