fix: correct formatting in README and update CI script to use npx for server start

This commit is contained in:
2025-10-18 19:41:43 +02:00
parent bef0e7716d
commit 1cf674a706
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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",