diff --git a/Makefile b/Makefile index d886b8085..bb9666dac 100644 --- a/Makefile +++ b/Makefile @@ -50,8 +50,7 @@ test-backend-coverage: dep-backend ######################################################################################################################## .PHONY: dep-frontend dep-frontend: - cd frontend - yarn install --frozen-lockfile + cd frontend && yarn install --frozen-lockfile .PHONY: build-frontend-sandbox build-frontend-sandbox: dep-frontend