mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-06 04:37:53 +08: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:
commit
8446e3b247
6
lerna.json
Normal file
6
lerna.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "independent"
|
||||
}
|
6014
package-lock.json
generated
Normal file
6014
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
7
package.json
Normal file
7
package.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"lerna": "^3.13.3"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user