trying to fix makefile.

This commit is contained in:
Jason Kulatunga 2023-08-28 21:08:48 -07:00
parent 507cb12c0b
commit dd3e4c9d89
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -50,8 +50,7 @@ test-backend-coverage: dep-backend
######################################################################################################################## ########################################################################################################################
.PHONY: dep-frontend .PHONY: dep-frontend
dep-frontend: dep-frontend:
cd frontend cd frontend && yarn install --frozen-lockfile
yarn install --frozen-lockfile
.PHONY: build-frontend-sandbox .PHONY: build-frontend-sandbox
build-frontend-sandbox: dep-frontend build-frontend-sandbox: dep-frontend