diff --git a/Makefile b/Makefile index 0dace9771f..e8f709ad74 100644 --- a/Makefile +++ b/Makefile @@ -51,4 +51,4 @@ stop-backends: # Run the frontend services. ### start-frontend: - yarn --pwd ${PWD}/frontend start + yarn --cwd ${PWD}/frontend start