Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 335 Bytes

heroku-buildpack-yarn-workspace

Heroku buildpack to install, build, and run within a specified yarn workspace

Usage

Add a YARN2_WORKSPACE_PATH environment variable that points to the directory of the workspace you want to build e.g.

YARN2_WORKSPACE_PATH="packages/server"

Testing locally

./test