Skip to content

Instantly share code, notes, and snippets.

@angeloashmore
Created December 3, 2019 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angeloashmore/179b760645e2cd3e07aaf85f23911553 to your computer and use it in GitHub Desktop.
Save angeloashmore/179b760645e2cd3e07aaf85f23911553 to your computer and use it in GitHub Desktop.
Temp Yarn workspace
{
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/husky",
"**/husky/**"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment