mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-25 13:52:24 +02:00
UBERF-5485: Fix versions in bundled resources (#4625)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user