Initialize a Lerna project
Lerna seems like a reasonable place to start: - One repository for easier cross-team work and one place for issues - Multiple packages for independent versioning
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "independent"
|
||||
}
|
||||
Reference in New Issue
Block a user