trying to fix build.
This commit is contained in:
parent
3da2f80720
commit
c5829e7390
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ test-backend-coverage: dep-backend
|
||||||
########################################################################################################################
|
########################################################################################################################
|
||||||
.PHONY: dep-frontend
|
.PHONY: dep-frontend
|
||||||
dep-frontend:
|
dep-frontend:
|
||||||
cd frontend && yarn install --frozen-lockfile
|
cd frontend && yarn install --frozen-lockfile --network-timeout 1000000
|
||||||
|
|
||||||
.PHONY: build-frontend-sandbox
|
.PHONY: build-frontend-sandbox
|
||||||
build-frontend-sandbox: dep-frontend
|
build-frontend-sandbox: dep-frontend
|
||||||
|
|
Loading…
Reference in New Issue