chore: install lerna

This commit is contained in:
fryorcraken.eth 2022-10-30 21:02:12 +11:00
parent b975943e90
commit 4e340eb045
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 15 additions and 0 deletions

5
lerna.json Normal file
View File

@ -0,0 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.0"
}

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^6.0.1"
}
}