Using environment variables in output-path #13096
ahmedhmf
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
First, thank you for the great tool we are using now. I am working for a big enterprise and as we all know sometimes they have some strict structures. My challenge now is that we need the build output to be in a folder that we know only by using env variables on windows. As I found out it is not possible to be done in the package.json for the projects. The only way to do so is by adding it as a parameter in "nx build" command as --output-path. is it possible to do this in the package.json also as this will make our scripts smaller and better.
Beta Was this translation helpful? Give feedback.
All reactions