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 207 additions and 212 deletions

View File

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

View File

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

409
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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