feat: update CI configuration to rename 'ci' script to 'ci:run'

This commit is contained in:
2025-10-18 19:39:30 +02:00
parent 35600023b7
commit bef0e7716d
2 changed files with 2 additions and 2 deletions

View File

@@ -20,5 +20,5 @@ jobs:
- run: npx prisma generate
- run: npx prisma db push
- run: node scripts/seed-test.js
- run: pnpm ci
- run: pnpm ci:run
- run: pnpm run build

View File

@@ -10,7 +10,7 @@
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:e2e": "cypress run",
"ci": "pnpm build && start-server-and-test start http://localhost:3000 test:e2e"
"ci:run": "pnpm build && start-server-and-test start http://localhost:3000 test:e2e"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",