Open happysalada opened 6 years ago
Currently the buildpack will install all dependencies including devDependencies. Is it possible to just install production dependencies ? for yarn it's a matter of supplying --production flag for npm it's --only=production if I remember well.
--production
--only=production
Currently the buildpack will install all dependencies including devDependencies. Is it possible to just install production dependencies ? for yarn it's a matter of supplying
--production
flag for npm it's--only=production
if I remember well.