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
6 changed files with 13 additions and 6 deletions
@@ -30,7 +30,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:test",
@@ -31,7 +31,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:test",
@@ -26,7 +26,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:test",
@@ -30,7 +30,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:package",
@@ -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",
@@ -27,7 +27,8 @@
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"]
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:svelte-check",