23 lines
385 B
JSON
23 lines
385 B
JSON
{
|
|
"version": "2.17.4",
|
|
"npmClient": "yarn",
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"ignored-file",
|
|
"*.md"
|
|
],
|
|
"message": "release: Publish %s"
|
|
},
|
|
"bootstrap": {
|
|
"ignore": "component-*",
|
|
"npmClientArgs": [
|
|
"--no-package-lock"
|
|
]
|
|
}
|
|
},
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"useWorkspaces": true
|
|
}
|