chore(repo): record all misc commands in nx cloud (#9793)
This commit is contained in:
parent
e4e5c3b63b
commit
8310f6a42d
@ -161,20 +161,20 @@ jobs:
|
|||||||
os: linux
|
os: linux
|
||||||
- nx/set-shas:
|
- nx/set-shas:
|
||||||
main-branch-name: 'master'
|
main-branch-name: 'master'
|
||||||
- run: yarn check-imports
|
- run: npx nx-cloud record yarn check-imports
|
||||||
- run: yarn nx format:check --base=$NX_BASE --head=$NX_HEAD
|
- run: npx nx-cloud record yarn nx format:check --base=$NX_BASE --head=$NX_HEAD
|
||||||
- run: yarn check-commit
|
- run: npx nx-cloud record yarn check-commit
|
||||||
- run: yarn depcheck
|
- run: npx nx-cloud record yarn depcheck
|
||||||
- run:
|
- run:
|
||||||
name: Check Documentation
|
name: Check Documentation
|
||||||
command: yarn documentation
|
command: npx nx-cloud record yarn documentation
|
||||||
no_output_timeout: 20m
|
no_output_timeout: 20m
|
||||||
- run:
|
- run:
|
||||||
name: Run Lint/Test/Build
|
name: Run Lint/Test/Build
|
||||||
command: |
|
command: |
|
||||||
pids=()
|
pids=()
|
||||||
|
|
||||||
yarn nx workspace-lint &
|
npx nx-cloud record yarn nx workspace-lint &
|
||||||
pids+=($!)
|
pids+=($!)
|
||||||
yarn nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel=3 &
|
yarn nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel=3 &
|
||||||
pids+=($!)
|
pids+=($!)
|
||||||
|
|||||||
@ -63,7 +63,7 @@
|
|||||||
"@nrwl/eslint-plugin-nx": "13.10.0",
|
"@nrwl/eslint-plugin-nx": "13.10.0",
|
||||||
"@nrwl/jest": "13.10.0",
|
"@nrwl/jest": "13.10.0",
|
||||||
"@nrwl/next": "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/react": "13.10.0",
|
||||||
"@nrwl/web": "13.10.0",
|
"@nrwl/web": "13.10.0",
|
||||||
"@parcel/watcher": "2.0.4",
|
"@parcel/watcher": "2.0.4",
|
||||||
|
|||||||
@ -2806,10 +2806,10 @@
|
|||||||
url-loader "^4.1.1"
|
url-loader "^4.1.1"
|
||||||
webpack-merge "^5.8.0"
|
webpack-merge "^5.8.0"
|
||||||
|
|
||||||
"@nrwl/nx-cloud@13.2.2":
|
"@nrwl/nx-cloud@13.3.0-beta.1":
|
||||||
version "13.2.2"
|
version "13.3.0-beta.1"
|
||||||
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-13.2.2.tgz#9eee1e9ea0b0c3a3a805208405fb6341a02123b4"
|
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-13.3.0-beta.1.tgz#f977df1c47f791ac9c80f9b088dcb53cf98867e6"
|
||||||
integrity sha512-ryGE3JBkSGie0Oy+hFHfiYVNt1BQlNGa3Q7RjeZjILFyNFXkSFzufWYCt1gIRiGlQ7+Q48t1m6gLi2afElNGmg==
|
integrity sha512-77xnG7y/f0qgdHzOXvyi0FUjO54sv/nYmbMqgCc6zVUBxhRGFhpeE8fI4Unurr0iUf1FRrMGjaGWzzmugUVG7w==
|
||||||
dependencies:
|
dependencies:
|
||||||
axios "^0.21.1"
|
axios "^0.21.1"
|
||||||
chalk "4.1.0"
|
chalk "4.1.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user