Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into run-windows-tests-on…
Browse files Browse the repository at this point in the history
…-node18-x/run-all-tests
  • Loading branch information
sobolk committed Apr 3, 2023
2 parents dbba3dd + 4d058e3 commit c494f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- checkout
- run: yarn config set registry https://registry.npmjs.org
- run: yarn config set script-shell $(which bash)
- run: yarn install
- run: yarn install --network-concurrency 1
- run:
name: Build tests
command: yarn build-tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier-check": "yarn prettier --check .",
"prettier-changes": "git diff --name-only --diff-filter MRA dev | xargs yarn prettier --write",
"prettier-write": "yarn prettier --write .",
"production-build": "yarn --frozen-lockfile --cache-folder ~/.cache/yarn && nx run-many --target=build --all",
"production-build": "yarn --frozen-lockfile --network-concurrency 1 --cache-folder ~/.cache/yarn && nx run-many --target=build --all",
"promote-rc": "./scripts/promote-rc.sh",
"publish-to-verdaccio": "lerna publish --yes --no-commit-hooks --no-push --exact --dist-tag=latest --conventional-commits --no-git-tag-version --no-verify-access",
"release-rc": "./scripts/release-rc.sh",
Expand Down

0 comments on commit c494f7a

Please sign in to comment.