From dd3e4c9d896f0683e0e861358aa54e832416f7a8 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Mon, 28 Aug 2023 21:08:48 -0700 Subject: [PATCH] trying to fix makefile. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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