From c1d4e9fc88e5f63cddc60e2e30615d436e44b457 Mon Sep 17 00:00:00 2001 From: Restioson Date: Mon, 28 Oct 2024 12:11:30 +0200 Subject: [PATCH] chore(dev): add Makefile command to run Lighthouse CI This will run Lighthouse CI against the current app, with the current data stored in the DB. --- Dockerfile-dev | 6 +++++- Makefile | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile-dev b/Dockerfile-dev index 468ce882..44aa2b36 100644 --- a/Dockerfile-dev +++ b/Dockerfile-dev @@ -18,7 +18,8 @@ RUN <