fix: npm ci --legacy-peer-deps pour pinia 3 / @pinia-nuxt 0.9 (peer dep conflict)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-23 12:17:39 +01:00
parent e05d081cac
commit f314998ca5

View File

@@ -10,7 +10,7 @@ WORKDIR /src
FROM base AS build
COPY frontend/package.json frontend/package-lock.json ./
RUN npm ci
RUN npm ci --legacy-peer-deps
COPY frontend/ .
RUN npm run build