Skip to content

Instantly share code, notes, and snippets.

@saurabhnemade
Created May 4, 2020 06:07
Show Gist options
  • Save saurabhnemade/c18cc17f678515794799e5c3ea7dcb99 to your computer and use it in GitHub Desktop.
Save saurabhnemade/c18cc17f678515794799e5c3ea7dcb99 to your computer and use it in GitHub Desktop.
Lerna 1
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^3.20.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment