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 2d2fe5a commit 1e7a7d7
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 @@ -4,7 +4,7 @@ module.exports = {
ci: {
collect: {
startServerCommand: `DATABASE_URL=${env.DATABASE_URL} DJANGO_SETTINGS_MODULE=${env.DJANGO_SETTINGS_MODULE} `
`python manage.py runserver localhost:3000`,
+ "python manage.py runserver localhost:3000",
url: [
"http://localhost:3000",
"http://localhost:3000/search/",
Expand Down

0 comments on commit 1e7a7d7

Please sign in to comment.