Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
884 stars 48 forks source link

Support main branches which is not `master` #91

Open slavagoreev opened 3 years ago

slavagoreev commented 3 years ago

GitHub creates new repos with main branch by default. manypkg check throws an error

emmatown commented 3 years ago

You can change the branch that Manypkg uses as the default branch by adding this to your root package.json:

"manypkg": {
  "defaultBranch": "main"
}

We'll change the default to main in a future release.