chore: Reconfigure packages
This commit is contained in:
parent
a098bd7269
commit
7b9d4626f4
117 changed files with 614 additions and 595 deletions
15
lerna.json
15
lerna.json
|
@ -1,16 +1,23 @@
|
|||
{
|
||||
"version": "2.15.3",
|
||||
"version": "2.15.4",
|
||||
"npmClient": "yarn",
|
||||
"command": {
|
||||
"publish": {
|
||||
"ignoreChanges": ["ignored-file", "*.md"],
|
||||
"ignoreChanges": [
|
||||
"ignored-file",
|
||||
"*.md"
|
||||
],
|
||||
"message": "release: Publish %s"
|
||||
},
|
||||
"bootstrap": {
|
||||
"ignore": "component-*",
|
||||
"npmClientArgs": ["--no-package-lock"]
|
||||
"npmClientArgs": [
|
||||
"--no-package-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packages": ["packages/*"],
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue