File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
- checkout
136
136
- run : yarn config set registry https://registry.npmjs.org
137
137
- run : yarn config set script-shell $(which bash)
138
- - run : yarn install
138
+ - run : yarn install --network-concurrency 1
139
139
- run :
140
140
name : Build tests
141
141
command : yarn build-tests
Original file line number Diff line number Diff line change 36
36
"prettier-check" : " yarn prettier --check ." ,
37
37
"prettier-changes" : " git diff --name-only --diff-filter MRA dev | xargs yarn prettier --write" ,
38
38
"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" ,
40
40
"promote-rc" : " ./scripts/promote-rc.sh" ,
41
41
"publish-to-verdaccio" : " lerna publish --yes --no-commit-hooks --no-push --exact --dist-tag=latest --conventional-commits --no-git-tag-version --no-verify-access" ,
42
42
"release-rc" : " ./scripts/release-rc.sh" ,
You can’t perform that action at this time.
0 commit comments