From 1cf674a706dd3ccbb465cdf7ef4fe48d75acf268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Sat, 18 Oct 2025 19:41:43 +0200 Subject: [PATCH] fix: correct formatting in README and update CI script to use npx for server start --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e4fa62..25fd07b 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Ouvrir [http://localhost:3000](http://localhost:3000) ### Avec Docker -1Run le container : +1. Run le container : ```bash docker compose up -d diff --git a/package.json b/package.json index f66a1c1..242be12 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "cypress:open": "cypress open", "cypress:run": "cypress run", "test:e2e": "cypress run", - "ci:run": "pnpm build && start-server-and-test start http://localhost:3000 test:e2e" + "ci:run": "pnpm build && npx start-server-and-test start http://localhost:3000 test:e2e" }, "dependencies": { "@hookform/resolvers": "^5.2.2",