Raidus / heroku-buildpack-npm-build

Runs npm build on heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Runs npm build on heroku


Languages

Language:Shell 100.0%