Anyone experiencing dependsOn
to cause their script to fail?
#28972
Unanswered
kasir-barati
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a fairly simple setup, scriptA depends on scriptB and scriptC. And scriptB, and scriptC on their own runs just fine but when I add them as dep for scriptA it fails with this error msg:
And when I do as it hints (run
nx prisma-generate todo-backend --verbose
) I get the following logs which in my book indicates it did generated the types for me successfully and in reality it is:And the other script:
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions