Skip to content

Commit

Permalink
chore(repo): use nx-cloud conformance (#29062)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored Nov 25, 2024
1 parent cbc19c5 commit 8b3f9d8
Show file tree
Hide file tree
Showing 5 changed files with 785 additions and 266 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ jobs:
pnpm nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
pids+=($!)
pnpm nx-cloud record -- nx sync:check
pids+=($!)
pnpm nx-cloud record -- nx-cloud conformance:check
pids+=($!)
pnpm nx run-many -t check-imports check-commit check-lock-files check-codeowners documentation --parallel=1 --no-dte &
pids+=($!)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@
"@nx/js": "20.2.0-beta.3",
"@nx/next": "20.2.0-beta.3",
"@nx/playwright": "20.2.0-beta.3",
"@nx/powerpack-enterprise-cloud": "1.1.0-beta.4",
"@nx/powerpack-license": "1.1.0-beta.4",
"@nx/powerpack-conformance": "1.1.0-beta.5",
"@nx/powerpack-enterprise-cloud": "1.1.0-beta.5",
"@nx/powerpack-license": "1.1.0-beta.5",
"@nx/react": "20.2.0-beta.3",
"@nx/storybook": "20.2.0-beta.3",
"@nx/vite": "20.2.0-beta.3",
Expand Down
4 changes: 3 additions & 1 deletion packages/nx/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@
"@nx/nx-linux-arm-gnueabihf",
"@nx/nx-win32-arm64-msvc",
"@nx/nx-freebsd-x64",
"@nx/powerpack-license"
"@nx/powerpack-license",
// Powerpack plugin conditionally available dynamically at runtime
"@nx/powerpack-conformance"
]
}
]
Expand Down
Loading

0 comments on commit 8b3f9d8

Please sign in to comment.