From 0894428747e964b4aefdbfa5490efa2d2fa8ac11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 17 Mar 2026 18:02:39 +0100 Subject: [PATCH] docs: update suggested commands and task completion checklist MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .serena/memories/suggested_commands.md | 1 - .serena/memories/task_completion_checklist.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 ``` -- 2.43.0