1 Commits

Author SHA1 Message Date
renovate[bot]
fa1d519f6f chore(deps): update react monorepo to v19.2.6 2026-05-13 01:44:54 +00:00
4 changed files with 224 additions and 201 deletions

View File

@@ -23,9 +23,7 @@ jobs:
cache: pnpm
- name: Build checking
run: |
pnpm install --frozen-lockfile --ignore-scripts
pnpm approve-builds sharp
pnpm rebuild sharp
pnpm install --frozen-lockfile
pnpm build
- name: Enable auto-merge for Renovate PRs
run: gh pr merge --auto --merge "$PR_URL"

View File

@@ -6,9 +6,7 @@ ENV OUTPUT=standalone
RUN corepack enable
COPY pnpm-lock.yaml package.json .
RUN pnpm install --frozen-lockfile --ignore-scripts
RUN pnpm approve-builds sharp
RUN pnpm rebuild sharp
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm build

415
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +0,0 @@
allowBuilds:
sharp: true