diff --git a/Makefile b/Makefile index 5d5212a..78c1fb0 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,10 @@ client.dev: docs.dev: cd docs && yarn dev -client.build: +client.deps: + cd client && yarn install + +client.build: client.deps cd client && yarn run build test: api.test