2019-04-19 08:37:33 +02:00
|
|
|
{
|
2023-05-08 01:34:29 -05:00
|
|
|
"version": "3.0.0-alpha.10",
|
2019-04-19 09:53:40 +02:00
|
|
|
"npmClient": "yarn",
|
2019-04-19 08:37:33 +02:00
|
|
|
"command": {
|
|
|
|
"publish": {
|
2022-10-08 04:03:01 +02:00
|
|
|
"ignoreChanges": ["ignored-file", "*.md"],
|
2019-10-12 16:13:04 +02:00
|
|
|
"message": "release: Publish %s"
|
2019-04-19 08:37:33 +02:00
|
|
|
},
|
|
|
|
"bootstrap": {
|
2022-10-08 04:03:01 +02:00
|
|
|
"npmClientArgs": ["--no-package-lock"]
|
2019-04-19 08:37:33 +02:00
|
|
|
}
|
|
|
|
},
|
2023-06-26 18:33:21 +02:00
|
|
|
"packages": ["designs/*", "packages/*", "plugins/*", "sites/*"]
|
2019-04-19 08:37:33 +02:00
|
|
|
}
|