gjaldon/heroku-buildpack-phoenix-static

only install js production dependencies

Opened this issue · 0 comments

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.