chore(ci): Use Turborepo for CI pipeline QA caching
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 26s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / ♿ WCAG (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled
Build & Deploy / 🛡️ Quality Gates (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled

This commit is contained in:
2026-02-23 02:00:48 +01:00
parent eaa90c65f1
commit 2c11b5026a
7 changed files with 122 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
"name": "klz-cables-nextjs",
"type": "module",
"private": true,
"packageManager": "pnpm@10.18.3",
"dependencies": {
"@directus/sdk": "^21.0.0",
"@mintel/mail": "1.8.3",
@@ -79,6 +80,7 @@
"start-server-and-test": "^2.1.3",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"turbo": "^2.8.10",
"typescript": "^5.7.2",
"vitest": "^4.0.16"
},