diff --git a/Makefile b/Makefile index ca2c11f956..786308b86e 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ ui: node_modules $(shell find ui -type f) ## Build the UI node_modules: ## Install node modules rm -rf .parcel-cache - yarn --pure-lockfile + yarn config set network-timeout 300000 && yarn --pure-lockfile ui-lint: ## Run linter against the UI yarn lint