mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
feat: update CI configuration to rename 'ci' script to 'ci:run'
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user