fix: switch to webpack for build to fix turbopack worker error
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 36s
Build & Deploy / 🧪 QA (push) Successful in 6m48s
Build & Deploy / 🏗️ Build (push) Successful in 7m38s
Build & Deploy / 🚀 Deploy (push) Failing after 10s
Build & Deploy / ⚡ PageSpeed (push) Has been skipped
Build & Deploy / 🔔 Notifications (push) Successful in 2s

This commit is contained in:
2026-02-07 17:05:44 +01:00
parent 4d862f2bff
commit 16d8983d4a

View File

@@ -5,7 +5,7 @@
"description": "Technical problem solver's blog - practical insights and learning notes",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint app src scripts video",
"test": "npm run test:links",