mirror of https://github.com/actions/toolkit
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 versioningpull/1/head
commit
8446e3b247
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"packages": [
|
||||||
|
"packages/*"
|
||||||
|
],
|
||||||
|
"version": "independent"
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "root",
|
||||||
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"lerna": "^3.13.3"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue