From 1ed5304bf0500cfc384f6faa5aed628654ebef3a Mon Sep 17 00:00:00 2001 From: ewezy Date: Wed, 10 Jul 2024 15:30:36 +0800 Subject: [PATCH] Test removal of network concurrency --- .github/workflows/release.yml | 2 +- ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39df9bc..5b8842e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: cache-dependency-path: ui/yarn.lock - name: Install - run: yarn install --network-concurrency 1 + run: yarn install - name: Lint code run: yarn lint diff --git a/ui/package.json b/ui/package.json index aa20fa3..c95eea4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -18,7 +18,6 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.23.1", - "react-scripts": "^5.0.1", "resize-observer-polyfill": "^1.5.1", "yup": "^1.4.0" }, @@ -32,6 +31,7 @@ "postcss-normalize": "10.0.1", "prettier": "^3.2.5", "prettier-plugin-import-sort": "^0.0.7", + "react-scripts": "^5.0.1", "sass": "^1.77.2" }, "resolutions": {