Skip to content

Commit 1e7a7d7

Browse files
committed
fixup! chore(ci): set up Lighthouse auditing in CI
1 parent 2d2fe5a commit 1e7a7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lighthouserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
ci: {
55
collect: {
66
startServerCommand: `DATABASE_URL=${env.DATABASE_URL} DJANGO_SETTINGS_MODULE=${env.DJANGO_SETTINGS_MODULE} `
7-
`python manage.py runserver localhost:3000`,
7+
+ "python manage.py runserver localhost:3000",
88
url: [
99
"http://localhost:3000",
1010
"http://localhost:3000/search/",

0 commit comments

Comments
 (0)