heroku / nodejs-npm-buildpack

Heroku Cloud Native Buildpack for NPM on Node.js runtime
6 stars 7 forks source link

add NODE_ENV for opting out of pruning devdependencies #33

Closed lillianzhang331 closed 4 years ago

lillianzhang331 commented 4 years ago

Description

If NODE_ENV is not set to production (ex: test or staging) then we will install devDependencies and skip pruning

Checklist: