Add an infrastructure
projectType
#12141
borisilic-ap
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a decently sized monorepo that manages a bunch of frontend applications and has an infrastructure folder in the root directory to manage the infrastructure for some of those projects.
The folder structure looks something like this
I keep reaching for the capability to manage the
infrastructure/
folder withnx
as well but it doesn't fit at all at this stage. For example, I'd likeinfrastructure/app-1
to be a dependency toapps/app-1
. So when I runnx affected --target=xyz
,apps/app-1
should run the task when there's been changes withininfrastructure/app-1
.I've tried to set this up with
implicitDependencies
but it doesn't really work.Beta Was this translation helpful? Give feedback.
All reactions