and then something new gets folded in taking out projects out
Current Behavior
I try to build my numerous projects individually or ALL
only a couple make it the rest fail and nothing happens nothing built to DIST
and nx just says this
meanstack02@admin starter % nx build api
> NX Running target build for project api and 2 task(s) that it depends on.
———————————————————————————————————————————————
meanstack02@admin starter %
another
meanstack02@admin starter % nx build api-typegoose
> NX Running target build for project api-typegoose and 1 task(s) that it depends on.
———————————————————————————————————————————————
meanstack02@admin starter %
Expected Behavior
building software should not be broken
introducing new features should be backward compatible
Failure Logs
meanstack02@admin starter % nx build --project=core
No project name specified. Using default project : mobile-app
ERROR Cannot find target 'build' for project 'core'
meanstack02@admin starter % nx build api
> NX Running target build for project api and 2 task(s) that it depends on.
———————————————————————————————————————————————
meanstack02@admin starter %
incremental builds not backward compatible
we do nx migrate latest
and then something new gets folded in taking out projects out
Current Behavior
I try to build my numerous projects individually or ALL only a couple make it the rest fail and nothing happens nothing built to DIST
and nx just says this
another
Expected Behavior
building software should not be broken
introducing new features should be backward compatible
Failure Logs
Environment