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