6 Commits

Author SHA1 Message Date
ordinarthur
e786cf6766 fix: install kubectl in CI before deploy step
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 12s
The Act runner doesn't have kubectl pre-installed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 12:04:58 +02:00
ordinarthur
3a719c5aea fix: remove tsc -b from Dockerfile, let Vite handle TS compilation
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 14s
Vite uses esbuild for TypeScript and resolves the @/ path alias via
vite.config.ts. Standalone tsc cannot resolve @/ without baseUrl/paths
which are deprecated in TS7. Dropping tsc from the build is the clean fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 12:03:25 +02:00
ordinarthur
8107dab15e fix: remove deprecated baseUrl/paths from tsconfig (TS7 compat)
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 12s
2026-04-12 11:56:23 +02:00
ordinarthur
44deb66cb7 fix: copy .npmrc before npm ci in Dockerfile
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 20s
2026-04-12 11:55:11 +02:00
ordinarthur
c154075193 fix: add .npmrc for legacy-peer-deps in Docker build
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 10s
2026-04-12 11:53:41 +02:00
ordinarthur
503e658f03 feat: We Talk — podcast communautaire PWA
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 16s
2026-04-12 11:45:29 +02:00