Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Monorepo support #74

Merged
merged 7 commits into from
Feb 14, 2018
Merged

Simple Monorepo support #74

merged 7 commits into from
Feb 14, 2018

Conversation

anaisbetts
Copy link
Collaborator

@anaisbetts anaisbetts commented Feb 12, 2018

This PR adds the ability to build >1 project out of the same repository. To do this, declare a top-level .surf.json file:

{
  "projects": ["src/project1", "src/project2"]
}

Surf will now build the entire set of projects on the master branch, and attempt to only build projects whose files have changed in PRs

@anaisbetts anaisbetts merged commit 936440e into master Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant