mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"startServerCommand": "yarn serve:website",
|
|
"startServerReadyPattern": "Serving",
|
|
"startServerReadyTimeout": 10000,
|
|
|
|
"numberOfRuns": 5,
|
|
|
|
"settings": {
|
|
"skipAudits": [
|
|
"robots-txt",
|
|
"canonical",
|
|
"tap-targets",
|
|
"is-crawlable",
|
|
"works-offline",
|
|
"offline-start-url"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|