Fix Next.js build caching #5

Merged
deco merged 2 commits from feature/fix-nextjs-build-caching into main 2025-07-17 00:29:17 +03:00

2 commits

Author SHA1 Message Date
d07bdec509 Merge branch 'main' into feature/fix-nextjs-build-caching
Some checks failed
CI / test (pull_request) Failing after 19s
CI / test (push) Successful in 10m56s
2025-07-17 00:21:35 +03:00
Derek Slenk
ba3c89196a Fix Next.js build caching
All checks were successful
CI / test (push) Successful in 14m6s
CI / test (pull_request) Successful in 14m44s
- Separate npm dependencies and Next.js build cache
- Use proper cache keys following Next.js CI docs
- Fix file pattern matching for cache invalidation
2025-07-16 16:50:15 -04:00