Replies: 1 comment
-
repro #9253 |
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
-
Hi, I have a problem with @nrwl/js:tsc executor:
Running api:build works fine for me, assets get copied over to dist.
However, if I want to run api:serve with buildTarget api:build, it is executing tsc but its not copying any assets.
It seems to be ignoring the assets property defined in build executor.
Is this intended? How can I serve buildTarget and have assets copied?
Beta Was this translation helpful? Give feedback.
All reactions