mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-05-24 22:39:10 +00:00
Compare commits
1 Commits
master
...
fa1d519f6f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa1d519f6f |
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
415
pnpm-lock.yaml
generated
415
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,2 +0,0 @@
|
|||||||
allowBuilds:
|
|
||||||
sharp: true
|
|
||||||
Reference in New Issue
Block a user