UBERF-5485: Fix versions in bundled resources (#4625)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-02-14 14:30:47 +07:00 committed by GitHub
parent 749fe0c734
commit 1dc4b8f5ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 13 additions and 6 deletions

View File

@ -30,7 +30,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:test",

View File

@ -31,7 +31,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:test",

View File

@ -26,7 +26,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:test",

View File

@ -30,7 +30,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:package",

View File

@ -1,4 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
"incrementalBuildIgnoredGlobs": [
"lib/**",
"rush-logs/**",
@ -35,7 +36,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:package",

View File

@ -27,7 +27,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:svelte-check",