16 lines
314 B
JSON
16 lines
314 B
JSON
![]() |
{
|
||
|
"version": "0.0.0",
|
||
|
"npmClient": "npm",
|
||
|
"command": {
|
||
|
"publish": {
|
||
|
"ignoreChanges": ["ignored-file", "*.md"],
|
||
|
"message": "chore(release): publish"
|
||
|
},
|
||
|
"bootstrap": {
|
||
|
"ignore": "component-*",
|
||
|
"npmClientArgs": ["--no-package-lock"]
|
||
|
}
|
||
|
},
|
||
|
"packages": ["packages/*"]
|
||
|
}
|