14 lines
326 B
JSON
14 lines
326 B
JSON
{
|
|
"version": "3.0.0-alpha.10",
|
|
"npmClient": "yarn",
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": ["ignored-file", "*.md"],
|
|
"message": "release: Publish %s"
|
|
},
|
|
"bootstrap": {
|
|
"npmClientArgs": ["--no-package-lock"]
|
|
}
|
|
},
|
|
"packages": ["designs/*", "packages/*", "plugins/*", "sites/*"]
|
|
}
|