Can I control where node_modules/ is created? #2446
Answered
by
merceyz
aaronadamsCA
asked this question in
Q&A
|
Is it possible to make Context: I'm using GitHub Actions to deploy function apps from a monorepo to Azure. I've landed on a setup that works well, but it includes a fairly nasty |
Answered by
merceyz
Feb 6, 2021
Replies: 1 comment 2 replies
|
Not directly but you can use something like this plugin https://gitlab.com/Larry1123/yarn-contrib/-/tree/master/packages/plugin-production-install to make your workspace deployable |
2 replies
Answer selected by
merceyz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not directly but you can use something like this plugin https://gitlab.com/Larry1123/yarn-contrib/-/tree/master/packages/plugin-production-install to make your workspace deployable