From 779559b4a5febf91b97760dc350657cb6ef67fb2 Mon Sep 17 00:00:00 2001 From: Bilawal Hameed Date: Fri, 7 Feb 2020 14:15:06 +0100 Subject: [PATCH] fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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