Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revmischa/heroku-buildpack-yarn
- Owner: revmischa
- Created: 2018-07-19T14:29:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T15:43:42.000Z (over 6 years ago)
- Last Synced: 2024-10-18T07:52:52.815Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.