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 748b8b8 commit 2d2fe5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
let env = process.env;

module.exports = {
scripts: {
"lchi:server": "python manage.py runserver localhost:3000"
},
ci: {
collect: {
startServerCommand: `DATABASE_URL=${env.DATABASE_URL} DJANGO_SETTINGS_MODULE=${env.DJANGO_SETTINGS_MODULE} `
`python manage.py runserver localhost:3000`,
url: [
"http://localhost:3000",
"http://localhost:3000/search/",
Expand Down

0 comments on commit 2d2fe5a

Please sign in to comment.