feat(nest): added @nx/nest/plugin with NestJS project detection through nest-cli.json#35551
feat(nest): added @nx/nest/plugin with NestJS project detection through nest-cli.json#35551vrxj81 wants to merge 2 commits into
Conversation
👷 Deploy request for nx-docs pending review.Visit the deploys page to approve it
|
👷 Deploy request for nx-dev pending review.Visit the deploys page to approve it
|
|
View your CI Pipeline Execution ↗ for commit 3053edd
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Nx Cloud has identified a flaky task in your failed CI:
Since the failure was identified as flaky, the solution is to rerun CI. Because this branch comes from a fork, it is not possible for us to push directly, but you can rerun by pushing an empty commit:
git commit --allow-empty -m "chore: trigger rerun"
git push
🎓 Learn more about Self-Healing CI on nx.dev
|
Hi @vrxj81 👋 How is this going? Do you need any help? Is it ready for review? |
hi @FrozenPandaz, |
|
The failures seem unrelated. Please try rebasing. |
899714b to
3053edd
Compare
rebased |
3053edd to
12e13f5
Compare
12e13f5 to
a21b384
Compare

Current Behavior
The
@nx/nestplugin does not detect NestJS projects fromnest-cli.json, so Nest applications configured that way are not picked up by the plugin.Expected Behavior
The
@nx/nestplugin detects NestJS projects throughnest-cli.json.Related Issue(s)
Refs #35503