Skip to content

Commit

Permalink
fixup! chore(ci): set up Lighthouse auditing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 18, 2024
1 parent 9c2937f commit 2de5f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let env = process.env;
module.exports = {
ci: {
collect: {
startServerCommand: `DB_NAME=test_db_1 DB_USER=sadilar DB_PASSWORD=sadilar`
startServerCommand: `DB_NAME=test_db_1 DB_USER=sadilar DB_PASSWORD=sadilar `
+ "python manage.py runserver localhost:3000",
url: [
"http://localhost:3000",
Expand Down

0 comments on commit 2de5f9d

Please sign in to comment.