Skip to content

Commit bf19b66

Browse files
sobolkakshbhu
authored andcommitted
fix: yarn failures (aws-amplify#12368)
1 parent 4e085c6 commit bf19b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- checkout
136136
- run: yarn config set registry https://registry.npmjs.org
137137
- run: yarn config set script-shell $(which bash)
138-
- run: yarn install
138+
- run: yarn install --network-concurrency 1
139139
- run:
140140
name: Build tests
141141
command: yarn build-tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prettier-check": "yarn prettier --check .",
3737
"prettier-changes": "git diff --name-only --diff-filter MRA dev | xargs yarn prettier --write",
3838
"prettier-write": "yarn prettier --write .",
39-
"production-build": "yarn --frozen-lockfile --cache-folder ~/.cache/yarn && nx run-many --target=build --all",
39+
"production-build": "yarn --frozen-lockfile --network-concurrency 1 --cache-folder ~/.cache/yarn && nx run-many --target=build --all",
4040
"promote-rc": "./scripts/promote-rc.sh",
4141
"publish-to-verdaccio": "lerna publish --yes --no-commit-hooks --no-push --exact --dist-tag=latest --conventional-commits --no-git-tag-version --no-verify-access",
4242
"release-rc": "./scripts/release-rc.sh",

0 commit comments

Comments
 (0)