Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revmischa/heroku-buildpack-yarn

Build with an arbitrary yarn target
https://github.com/revmischa/heroku-buildpack-yarn

Last synced: 3 days ago
JSON representation

Build with an arbitrary yarn target

Awesome Lists containing this project

README

        

Set the config `YARN_TARGET` to specify what to build with yarn.

```
heroku buildpacks:add https://github.com/heroku/heroku-buildpack-nodejs#v83 -a myapp
heroku buildpacks:add https://github.com/revmischa/heroku-buildpack-yarn -a myapp
```

Will run `yarn $YARN_TARGET` on your application.

Useful if you want to build your application with webpack and then serve it up.