[EngSys] enable build cache for more packages in core - ci pipelines (#29636)
Build cache was enabled for most of our commonly built packages in PR https://github.com/Azure/azure-sdk-for-js/pull/27409. This PR enables build cache for several more packages that get built in core - ci pipelines to further reduce time on packages when they haven't changed.
This commit is contained in:
Родитель
c66cad23c4
Коммит
7f1cb9af14
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"extends": "../../../../common/config/rush-project.json",
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"extends": "../../../../common/config/rush-project.json",
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"extends": "../../../../common/config/rush-project.json",
|
||||
}
|
|
@ -123,7 +123,8 @@
|
|||
"esmDialects": [
|
||||
"browser",
|
||||
"react-native"
|
||||
]
|
||||
],
|
||||
"selfLink": false
|
||||
},
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
|
|
|
@ -96,7 +96,8 @@
|
|||
"esmDialects": [
|
||||
"browser",
|
||||
"react-native"
|
||||
]
|
||||
],
|
||||
"selfLink": false
|
||||
},
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
|
|
Загрузка…
Ссылка в новой задаче