1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2021-05-08 10:34:35 +02:00
parent a098bd7269
commit 7b9d4626f4
117 changed files with 614 additions and 595 deletions

View file

@ -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
}