mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
fix: correct formatting in README and update CI script to use npx for server start
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user