From c5829e7390519fcd9128fcbcf9f5a5bb283df2f7 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sun, 10 Sep 2023 11:47:38 -0700 Subject: [PATCH] trying to fix build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 479d9f49..55ec5f19 100644 --- a/Makefile +++ b/Makefile @@ -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