I am deploying a NodeJS app on Azure with GitHub Actions, but I am facing a space issue:
There is not enough space on the disk.rn
My node_modules
folder is about 460Mb.
I am wondering if I still need it since there is a build
folder.
If I don’t need it I will just remove it from my package and I should be fine.