/heroku-buildpack-npm-build

Runs npm build on heroku

Primary LanguageShell

Heroku Buildpack npm build

This is a Heroku buildpack for node applications that have a build step.

This will run npm run build at when heroku builds.

Usage

  1. Add the buildpack to heroku using

    $ heroku buildpacks:add https://github.com/romeovs/heroku-buildpack-npm-build.git
  2. push your code.