We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7008e3e commit 52cbc43Copy full SHA for 52cbc43
1 file changed
lighthouserc.json
@@ -2,7 +2,8 @@
2
"ci": {
3
"collect": {
4
"url": ["http://localhost:4000/?prefers-color-scheme=light", "http://localhost:4000/?prefers-color-scheme=dark"],
5
- "startServerCommand": "cd docs && bundle exec jekyll serve"
+ "startServerCommand": "cd docs && bundle exec jekyll serve",
6
+ "startServerReadyPattern": "Server running..."
7
},
8
"assert": {
9
"preset": "lighthouse:no-pwa",
0 commit comments