git-subtree-dir: aiui git-subtree-mainline:0c4826f8ccgit-subtree-split:e30ac1d106
24 lines
625 B
JSON
24 lines
625 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"staticDistDir": "./dist",
|
|
"numberOfRuns": 3,
|
|
"settings": {
|
|
"preset": "desktop"
|
|
}
|
|
},
|
|
"assert": {
|
|
"assertions": {
|
|
"categories:performance": ["error", { "minScore": 0.7 }],
|
|
"largest-contentful-paint": ["error", { "maxNumericValue": 3000 }],
|
|
"cumulative-layout-shift": ["error", { "maxNumericValue": 0.15 }],
|
|
"categories:accessibility": ["warn", { "minScore": 0.8 }],
|
|
"categories:best-practices": ["warn", { "minScore": 0.8 }]
|
|
}
|
|
},
|
|
"upload": {
|
|
"target": "temporary-public-storage"
|
|
}
|
|
}
|
|
}
|