mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-05-24 22:39:10 +00:00
Compare commits
8 Commits
fa1d519f6f
...
renovate/r
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8942ea67d | ||
|
|
4577a77af4 | ||
|
|
e2a5dc673b | ||
|
|
846cda0c0b | ||
|
|
d90cd6c247 | ||
|
|
090727bdae | ||
|
|
02b24cb624 | ||
|
|
9bbbfd67de |
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@@ -23,7 +23,9 @@ jobs:
|
|||||||
cache: pnpm
|
cache: pnpm
|
||||||
- name: Build checking
|
- name: Build checking
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile --ignore-scripts
|
||||||
|
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,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
|
||||||
|
|||||||
409
pnpm-lock.yaml
generated
409
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