mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-05-24 22:39:10 +00:00
Compare commits
9 Commits
49f2d6228c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4577a77af4 | ||
|
|
e2a5dc673b | ||
|
|
846cda0c0b | ||
|
|
d90cd6c247 | ||
|
|
090727bdae | ||
|
|
02b24cb624 | ||
|
|
9bbbfd67de | ||
|
|
f85308f9d6 | ||
|
|
3a7333bbbb |
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
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"@next/mdx": "^16.0.0",
|
"@next/mdx": "^16.0.0",
|
||||||
"@types/mdx": "^2.0.13",
|
"@types/mdx": "^2.0.13",
|
||||||
"iconoir-react": "^7.11.0",
|
"iconoir-react": "^7.11.0",
|
||||||
"next": "16.2.4",
|
"next": "16.2.6",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0"
|
"react-dom": "^19.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
497
pnpm-lock.yaml
generated
497
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