]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs: update suggested commands and task completion checklist
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 17 Mar 2026 17:02:39 +0000 (18:02 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 17 Mar 2026 17:02:39 +0000 (18:02 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.serena/memories/suggested_commands.md
.serena/memories/task_completion_checklist.md

index c5ef03547889b6ae78f0e2845ad56dcf2338bc92..13121cd05b0dfd94cff273bc045267e9414170c2 100644 (file)
@@ -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
 ```
 
index e42eb0bfdb1aa049a70076dfc4e59f9b66a58ed7..13648589d2cd8b068638d72fe00c72bbc165b083 100644 (file)
@@ -16,6 +16,7 @@ pnpm test
 ```bash
 cd ui/web
 pnpm format
+pnpm lint
 pnpm build
 pnpm test
 ```