Skip to content

Commit

Permalink
chore(repo): record all misc commands in nx cloud (#9793)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Apr 12, 2022
1 parent e4e5c3b commit 8310f6a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -161,20 +161,20 @@ jobs:
os: linux
- nx/set-shas:
main-branch-name: 'master'
- run: yarn check-imports
- run: yarn nx format:check --base=$NX_BASE --head=$NX_HEAD
- run: yarn check-commit
- run: yarn depcheck
- run: npx nx-cloud record yarn check-imports
- run: npx nx-cloud record yarn nx format:check --base=$NX_BASE --head=$NX_HEAD
- run: npx nx-cloud record yarn check-commit
- run: npx nx-cloud record yarn depcheck
- run:
name: Check Documentation
command: yarn documentation
command: npx nx-cloud record yarn documentation
no_output_timeout: 20m
- run:
name: Run Lint/Test/Build
command: |
pids=()
yarn nx workspace-lint &
npx nx-cloud record yarn nx workspace-lint &
pids+=($!)
yarn nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel=3 &
pids+=($!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"@nrwl/eslint-plugin-nx": "13.10.0",
"@nrwl/jest": "13.10.0",
"@nrwl/next": "13.10.0",
"@nrwl/nx-cloud": "13.2.2",
"@nrwl/nx-cloud": "13.3.0-beta.1",
"@nrwl/react": "13.10.0",
"@nrwl/web": "13.10.0",
"@parcel/watcher": "2.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2806,10 +2806,10 @@
url-loader "^4.1.1"
webpack-merge "^5.8.0"

"@nrwl/nx-cloud@13.2.2":
version "13.2.2"
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-13.2.2.tgz#9eee1e9ea0b0c3a3a805208405fb6341a02123b4"
integrity sha512-ryGE3JBkSGie0Oy+hFHfiYVNt1BQlNGa3Q7RjeZjILFyNFXkSFzufWYCt1gIRiGlQ7+Q48t1m6gLi2afElNGmg==
"@nrwl/nx-cloud@13.3.0-beta.1":
version "13.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-13.3.0-beta.1.tgz#f977df1c47f791ac9c80f9b088dcb53cf98867e6"
integrity sha512-77xnG7y/f0qgdHzOXvyi0FUjO54sv/nYmbMqgCc6zVUBxhRGFhpeE8fI4Unurr0iUf1FRrMGjaGWzzmugUVG7w==
dependencies:
axios "^0.21.1"
chalk "4.1.0"
Expand Down

0 comments on commit 8310f6a

Please sign in to comment.