Skip to content

Instantly share code, notes, and snippets.

@mightyhorst
Last active August 31, 2020 10:21
Show Gist options
  • Select an option

  • Save mightyhorst/8103be89988e8450c86afc99f16ed73a to your computer and use it in GitHub Desktop.

Select an option

Save mightyhorst/8103be89988e8450c86afc99f16ed73a to your computer and use it in GitHub Desktop.
2. yarn workspaces - simple workspace package
{
"name": "@monorepo/nestjs",
"version": "1.0.0",
"private": true,
"dependencies": {}
}
{
"name": "@monorepo/common",
"version": "1.0.0",
"private": true,
"dependencies": {}
}
{
"name": "@monorepo/react",
"version": "1.0.0",
"private": true,
"dependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment