Initialize lerna
This commit is contained in:
parent
f3de1b989e
commit
8746c803d7
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
node_modules/
|
||||
lerna-debug.log
|
||||
npm-debug.log
|
||||
packages/*/lib
|
6
lerna.json
Normal file
6
lerna.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.0.0"
|
||||
}
|
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.41",
|
||||
"lerna": "^4.0.0",
|
||||
"typescript": "^4.2.4"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user