trying to fix build.

This commit is contained in:
Jason Kulatunga 2023-09-10 11:47:38 -07:00
parent 3da2f80720
commit c5829e7390
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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