diff --git a/Makefile b/Makefile index 9288427d..0eb2f8c5 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ SIGN = 1 VERBOSE = 0 VERSION = v0.0.0 YARN = yarn -YARN_FLAGS = --cwd $(CLIENT_BETA_DIR) +YARN_FLAGS = --cwd $(CLIENT_BETA_DIR) --network-timeout 120000 ENV = env\ COMMIT='$(COMMIT)'\ diff --git a/client2/package.json b/client2/package.json index 71f4b70c..df188c7c 100644 --- a/client2/package.json +++ b/client2/package.json @@ -4,7 +4,7 @@ "name": "adguard-home", "version": "0.1.0", "scripts": { - "build": "rm -rf ../build2 && yarn install && webpack --config ./scripts/webpack/webpack.config.prod.js", + "build": "rm -rf ../build2 && yarn install --network-timeout 120000 && webpack --config ./scripts/webpack/webpack.config.prod.js", "start": "webpack serve --config ./scripts/webpack/webpack.config.dev.js", "generate": "rm -rf ./src/lib/entities ./src/lib/apis && ts-node --compiler-options '{ \"module\": \"CommonJS\" }' ./scripts/generator/index.ts", "translations:check": "ts-node --compiler-options '{ \"module\": \"CommonJS\" }' ./scripts/plugins/checkTranslations.ts",