mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-27 11:06:50 +03:00
UBERF-5485: Fix versions in bundled resources (#4625)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
749fe0c734
commit
1dc4b8f5ef
@ -30,7 +30,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:bundle",
|
"operationName": "_phase:bundle",
|
||||||
"outputFolderNames": ["bundle"]
|
"outputFolderNames": ["bundle"],
|
||||||
|
"disableBuildCacheForOperation": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:test",
|
"operationName": "_phase:test",
|
||||||
|
@ -31,7 +31,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:bundle",
|
"operationName": "_phase:bundle",
|
||||||
"outputFolderNames": ["bundle"]
|
"outputFolderNames": ["bundle"],
|
||||||
|
"disableBuildCacheForOperation": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:test",
|
"operationName": "_phase:test",
|
||||||
|
@ -26,7 +26,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:bundle",
|
"operationName": "_phase:bundle",
|
||||||
"outputFolderNames": ["bundle"]
|
"outputFolderNames": ["bundle"],
|
||||||
|
"disableBuildCacheForOperation": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:test",
|
"operationName": "_phase:test",
|
||||||
|
@ -30,7 +30,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:bundle",
|
"operationName": "_phase:bundle",
|
||||||
"outputFolderNames": ["bundle"]
|
"outputFolderNames": ["bundle"],
|
||||||
|
"disableBuildCacheForOperation": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:package",
|
"operationName": "_phase:package",
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
|
||||||
"incrementalBuildIgnoredGlobs": [
|
"incrementalBuildIgnoredGlobs": [
|
||||||
"lib/**",
|
"lib/**",
|
||||||
"rush-logs/**",
|
"rush-logs/**",
|
||||||
@ -35,7 +36,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:bundle",
|
"operationName": "_phase:bundle",
|
||||||
"outputFolderNames": ["bundle"]
|
"outputFolderNames": ["bundle"],
|
||||||
|
"disableBuildCacheForOperation": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:package",
|
"operationName": "_phase:package",
|
||||||
|
@ -27,7 +27,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:bundle",
|
"operationName": "_phase:bundle",
|
||||||
"outputFolderNames": ["bundle"]
|
"outputFolderNames": ["bundle"],
|
||||||
|
"disableBuildCacheForOperation": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operationName": "_phase:svelte-check",
|
"operationName": "_phase:svelte-check",
|
||||||
|
Loading…
Reference in New Issue
Block a user