fix: break-C — install-hooks no-ops without git; web image builds @mosaicstack/web #1141

Merged
shaggy merged 2 commits from fix/break-c-hooks-and-web-image into next 2026-08-10 00:50:20 +00:00
Showing only changes of commit 620cc608e0 - Show all commits
+2
View File
@@ -8,6 +8,8 @@ WORKDIR /app
COPY pnpm-workspace.yaml pnpm-lock.yaml package.json ./
COPY apps/web/package.json ./apps/web/
COPY packages/ ./packages/
# the root prepare script runs scripts/install-hooks.mjs on install
COPY scripts/ ./scripts/
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm --filter @mosaicstack/web build