From 0c04f0b9b99b667670f2b08c998f666236b034fd Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 14:59:44 +0200 Subject: [PATCH] fixup! chore(ci): set up Lighthouse auditing in CI --- app/lighthouserc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lighthouserc.js b/app/lighthouserc.js index 732feb9..4b5e8f1 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -5,7 +5,7 @@ module.exports = { collect: { numberOfRuns: 1, // We don't care about variable page performance metrics in CI - just static asserts startServerCommand: `DB_USER=sadilar DB_PASSWORD=sadilar ` - + "tail -f debug.log & python manage.py runserver localhost:3000", + + "python manage.py runserver localhost:3000 & tail -f debug.log", startServerReadyPattern: "Starting development server at", url: [ "http://localhost:3000",