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