I have a monorepo and would like to avoid installing every package on every build (even packages related to applications that are not being deployed).
is there a way I can customize the npm install command to add a filter so it doesn't install unnneeded packages?