gjaldon / heroku-buildpack-phoenix-static

A Heroku buildpack for building Phoenix's static assets
MIT License
230 stars 224 forks source link

only install js production dependencies #74

Open happysalada opened 6 years ago

happysalada commented 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.