chore: Add monorepo setup
This commit is contained in:
14
lerna.json
Normal file
14
lerna.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"private": true,
|
||||
"version": "independent",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"command": {
|
||||
"publish": {
|
||||
"registry": "http://localhost:5000"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user