dev packages required for tsc
Some checks failed
gds-mock-mcp Docker Build / build (push) Failing after 12m18s

This commit is contained in:
2026-04-12 01:16:16 -05:00
parent 65ef84d47d
commit 3c1a877e3c

View File

@@ -7,7 +7,7 @@ WORKDIR /app
COPY package*.json ./
# Install dependencies and build dist
RUN npm ci --only=production
RUN npm ci
RUN npm run build --if-present