|
{
|
|
"version": "independent",
|
|
"npmClient": "npm",
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": ["ignored-file", "*.md"],
|
|
"message": "chore(release): publish"
|
|
},
|
|
"bootstrap": {
|
|
"npmClientArgs": ["--no-package-lock"]
|
|
}
|
|
},
|
|
"packages": [
|
|
"packages/template-blank"
|
|
]
|
|
}
|