mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
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,7 @@
|
||||
{
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"lerna": "^3.13.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user