Oryx packages node_modules after build step for my node js application. How do I disable this from happening?
Alejandro Lazo
0
Reputation points
I'm trying to deploy my website to it's server. I'm encountering an issue where oryx is now zipping my node_modules folder before moving it to the /home/site/wwwroot directory. When it gets the target directory it is still zipped.
Before oryx didn't seem to do this step. How do I disable this behavior or make oryx unpackage the zipped node_modules automatically?
Azure DevOps
Sign in to answer