mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-05-24 22:39:10 +00:00
Compare commits
4 Commits
f85308f9d6
...
d90cd6c247
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d90cd6c247 | ||
|
|
090727bdae | ||
|
|
02b24cb624 | ||
|
|
9bbbfd67de |
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
|||||||
- name: Build checking
|
- name: Build checking
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
|
pnpm approve-builds
|
||||||
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,7 +6,9 @@ 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
|
RUN pnpm install --frozen-lockfile --ignore-scripts
|
||||||
|
RUN pnpm approve-builds sharp
|
||||||
|
RUN pnpm rebuild sharp
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|||||||
435
pnpm-lock.yaml
generated
435
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
2
pnpm-workspace.yaml
Normal file
2
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
allowBuilds:
|
||||||
|
sharp: true
|
||||||
Reference in New Issue
Block a user