-
Notifications
You must be signed in to change notification settings - Fork 2.6k
docs(nx-dev): add nx 21 release article #31036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
View your CI Pipeline Execution ↗ for commit 1d45692.
☁️ Nx Cloud last updated this comment at |
| This opens up tons of opportunities to better configure your task pipelines, such as: | ||
|
|
||
| - Start servers required for an e2e test suite to run (both frontend and backend) | ||
| - Run code generators in watch mode when an app that depends on that project is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you mean by this?
|
|
||
| - Start servers required for an e2e test suite to run (both frontend and backend) | ||
| - Run code generators in watch mode when an app that depends on that project is | ||
| - A [Verdaccio](/nx-api/js/executors/verdaccio#nxjsverdaccio) local registry is served when integration tests depend on it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this works, but might be less familiar/common use case for people (unless they build tooling like we do).
A great use case I've found is to be able to depend on watch-deps when serving a project s.t. all downstream libraries that are buildable are automatically watched and rebuilt while serving the app. Which makes it a really great experience
758c6d9 to
a140cea
Compare
a140cea to
1d45692
Compare
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
No description provided.