diff --git a/app/lighthouserc.js b/app/lighthouserc.js index 1f61d71..338afbd 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -4,7 +4,7 @@ module.exports = { ci: { collect: { numberOfRuns: 1, // We don't care about variable page performance metrics in CI - just static asserts - startServerCommand: `DB_NAME=test_db_1 DB_USER=sadilar DB_PASSWORD=sadilar ` + startServerCommand: `DB_USER=sadilar DB_PASSWORD=sadilar ` + "python manage.py runserver localhost:3000", url: [ "http://localhost:3000",