mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
Tune a rush.js build cache settings (#4778)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user