CHH / heroku-buildpack-php

A more advanced PHP buildpack for Heroku, inspired by the Node.js buildpack
MIT License
265 stars 155 forks source link

Add ability to specify the node environment #141

Open jrschumacher opened 10 years ago

jrschumacher commented 10 years ago

Ability to specify the node environment to run npm

stof commented 10 years ago

the builpack already determines the node version based on engines.node value in the packages.json file

jrschumacher commented 10 years ago

This is for node environment. If you look in the original source npm install --production is hard coded.