From: Jérôme Benoit Date: Tue, 17 Mar 2026 17:02:39 +0000 (+0100) Subject: docs: update suggested commands and task completion checklist X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0894428747e964b4aefdbfa5490efa2d2fa8ac11;p=e-mobility-charging-stations-simulator.git docs: update suggested commands and task completion checklist Signed-off-by: Jérôme Benoit --- diff --git a/.serena/memories/suggested_commands.md b/.serena/memories/suggested_commands.md index c5ef0354..13121cd0 100644 --- a/.serena/memories/suggested_commands.md +++ b/.serena/memories/suggested_commands.md @@ -83,7 +83,6 @@ pnpm test:coverage # Vitest with V8 coverage ```bash cd tests/ocpp-server -pipx install poetry # Install Poetry (if needed) poetry install --no-root # Install dependencies ``` diff --git a/.serena/memories/task_completion_checklist.md b/.serena/memories/task_completion_checklist.md index e42eb0bf..13648589 100644 --- a/.serena/memories/task_completion_checklist.md +++ b/.serena/memories/task_completion_checklist.md @@ -16,6 +16,7 @@ pnpm test ```bash cd ui/web pnpm format +pnpm lint pnpm build pnpm test ```