1.9K reads
2 comments
·Sep 9, 2021
Sep 9, 2021
Thanks for the great and simple to understand guide! I noticed when I am trying to build either projects, it gives:
$ nx run api:build
Could not execute api:build because it has a circular dependency
api:build --> dashboard:build --> api:build
and
$ nx run dashboard:build
Could not execute dashboard:build because it has a circular dependency
dashboard:build:production --> api:build:production --> dashboard:build:production
(Where dashboard is my frontend and api is backend)
What should be the command to build and ship to production?
Thank you
·
·1 reply
·Oct 25, 2021
Oct 25, 2021
Hi Max,
Did you ever get this resolved? I'm running into the same issue.
·