Skip to content

Instantly share code, notes, and snippets.

@kvedantmahajan
Last active November 17, 2019 14:16
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 kvedantmahajan/a735b9562560b969db5578b644458885 to your computer and use it in GitHub Desktop.
Save kvedantmahajan/a735b9562560b969db5578b644458885 to your computer and use it in GitHub Desktop.
The monorepo project
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^3.18.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment