-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
affected:build --all does not consider dependency graph / implicitDependencies #1302
Closed
4 tasks done
Labels
Comments
dherges
changed the title
affected:build --all does not consider implicitDependencies
affected:build --all does not consider dependency graph / implicitDependencies
Apr 28, 2019
Current behaviour of
|
dherges
added a commit
to dherges/nx
that referenced
this issue
May 1, 2019
Closes nrwl#1302 Aligns behaviour of `affected --base=[SHA] --head=[SHA]` and `affected --all`
dherges
added a commit
to dherges/nx
that referenced
this issue
May 1, 2019
Closes nrwl#1302 Aligns behaviour of `affected --base=[SHA] --head=[SHA]` and `affected --all`
dherges
added a commit
to dherges/nx
that referenced
this issue
May 1, 2019
…l` in v7 Closes nrwl#1302 Aligns behaviour of `affected --base=[SHA] --head=[SHA]` and `affected --all`
vsavkin
pushed a commit
that referenced
this issue
May 2, 2019
…l` in v7 Closes #1302 Aligns behaviour of `affected --base=[SHA] --head=[SHA]` and `affected --all`
vsavkin
pushed a commit
that referenced
this issue
May 2, 2019
Closes #1302 Aligns behaviour of `affected --base=[SHA] --head=[SHA]` and `affected --all`
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Please answer the following questions for yourself before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
Expected Behavior
Reproduction repo: https://github.com/dherges/nx-affects-build-implicit-deps
Current Behavior
Failure Information (for bugs)
The dependency graph should be considered to determine the order which project needs to be built prior to satisfy dependencies of another project.
Steps to Reproduce
Reproduction repo: https://github.com/dherges/nx-affects-build-implicit-deps
Edit
nx.json
to add implicit dependenciesContext
The order of implicit dependencies becomes an issue when static resources are generated from a library project. Generated resources should then be consumed by an app, e.g. added to the
assets
configuration innagular.json
.One real-world example is:
Failure Logs
see above
Other
see above
The text was updated successfully, but these errors were encountered: