fix(deploy): build ops web with shared tsconfig
Deployment Config CI / Deployment Config (push) Successful in 10s
Frontend CI / Frontend (push) Successful in 7m22s

This commit is contained in:
2026-05-01 00:53:35 +08:00
parent cbf8a8b36a
commit 873c0382e4
5 changed files with 23 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN npm install -g pnpm@10.33.0
WORKDIR /app
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY packages/tsconfig/base.json ./packages/tsconfig/base.json
COPY apps/ops-web/package.json ./apps/ops-web/
RUN pnpm install --frozen-lockfile