2019-04-19 08:37:33 +02:00
|
|
|
{
|
2019-10-06 15:08:44 +02:00
|
|
|
"version": "2.1.0",
|
2019-04-19 09:53:40 +02:00
|
|
|
"npmClient": "yarn",
|
2019-04-19 08:37:33 +02:00
|
|
|
"command": {
|
|
|
|
"publish": {
|
2019-04-29 09:01:51 +02:00
|
|
|
"ignoreChanges": ["ignored-file", "*.md"],
|
2019-04-19 09:53:40 +02:00
|
|
|
"message": ":bookmark: Publish %s"
|
2019-04-19 08:37:33 +02:00
|
|
|
},
|
|
|
|
"bootstrap": {
|
|
|
|
"ignore": "component-*",
|
2019-04-29 09:01:51 +02:00
|
|
|
"npmClientArgs": ["--no-package-lock"]
|
2019-04-19 08:37:33 +02:00
|
|
|
}
|
|
|
|
},
|
2019-04-29 09:01:51 +02:00
|
|
|
"packages": ["packages/*"],
|
2019-04-19 09:53:40 +02:00
|
|
|
"useWorkspaces": true
|
2019-04-19 08:37:33 +02:00
|
|
|
}
|