Running affected for a specific project does not build but running build in general does #28074
Unanswered
markusahrweileramcon
asked this question in
Questions
Replies: 1 comment
-
Good support, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to make use of the nx build cache.
So, I execute on the local machine:
nx reset
to clear the cachenx affected -t frontend:build
and it responds Successfully ran targets , for 0 projectsnx affected -t build
and it does build every projectWe have multiple applications in our repo and thus we want to create different docker images.
Building every Project in every step would remove the benefit from caching the builds
What am I doing wrong?
Or is this probably a bug?
nx.json
project.json
Beta Was this translation helpful? Give feedback.
All reactions