mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-24 12:06:57 +03:00
Tune a rush.js build cache settings (#4778)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
138ab2fc79
commit
bee36b2d0b
@ -13,16 +13,12 @@
|
||||
"operationSettings": [
|
||||
{
|
||||
"operationName": "build",
|
||||
"outputFolderNames": ["lib", ".build", "types"]
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "test",
|
||||
"outputFolderNames": ["coverage"]
|
||||
},
|
||||
{
|
||||
"operationName": "build:watch",
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "format",
|
||||
"outputFolderNames": [".format"]
|
||||
|
@ -14,16 +14,12 @@
|
||||
"operationSettings": [
|
||||
{
|
||||
"operationName": "build",
|
||||
"outputFolderNames": ["lib", ".build", "types"]
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "test",
|
||||
"outputFolderNames": ["coverage"]
|
||||
},
|
||||
{
|
||||
"operationName": "build:watch",
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "format",
|
||||
"outputFolderNames": [".format"]
|
||||
@ -41,6 +37,10 @@
|
||||
"outputFolderNames": ["bundle"],
|
||||
"disableBuildCacheForOperation": true
|
||||
},
|
||||
{
|
||||
"operationName": "_phase:package",
|
||||
"outputFolderNames": ["dist"]
|
||||
},
|
||||
{
|
||||
"operationName": "_phase:test",
|
||||
"outputFolderNames": ["coverage"]
|
||||
|
@ -13,10 +13,6 @@
|
||||
"operationSettings": [
|
||||
{
|
||||
"operationName": "build",
|
||||
"outputFolderNames": ["lib", ".build", "types"]
|
||||
},
|
||||
{
|
||||
"operationName": "build:watch",
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
|
@ -13,16 +13,12 @@
|
||||
"operationSettings": [
|
||||
{
|
||||
"operationName": "build",
|
||||
"outputFolderNames": ["lib", ".build", "types"]
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "test",
|
||||
"outputFolderNames": ["coverage"]
|
||||
},
|
||||
{
|
||||
"operationName": "build:watch",
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "format",
|
||||
"outputFolderNames": [".rush/temp/.format"]
|
||||
|
@ -16,7 +16,7 @@
|
||||
"operationSettings": [
|
||||
{
|
||||
"operationName": "build",
|
||||
"outputFolderNames": ["lib", ".build", "types"]
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "package",
|
||||
@ -26,10 +26,6 @@
|
||||
"operationName": "test",
|
||||
"outputFolderNames": ["coverage"]
|
||||
},
|
||||
{
|
||||
"operationName": "build:watch",
|
||||
"outputFolderNames": ["dist", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "format",
|
||||
"outputFolderNames": [".rush/temp/.format"]
|
||||
|
@ -14,16 +14,12 @@
|
||||
"operationSettings": [
|
||||
{
|
||||
"operationName": "build",
|
||||
"outputFolderNames": ["lib", ".build", "types"]
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "test",
|
||||
"outputFolderNames": ["coverage"]
|
||||
},
|
||||
{
|
||||
"operationName": "build:watch",
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
},
|
||||
{
|
||||
"operationName": "_phase:build",
|
||||
"outputFolderNames": ["lib", ".build"]
|
||||
|
Loading…
Reference in New Issue
Block a user