mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-05-24 22:39:10 +00:00
Compare commits
1 Commits
renovate/r
...
f92c04679b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f92c04679b |
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@@ -23,9 +23,7 @@ jobs:
|
||||
cache: pnpm
|
||||
- name: Build checking
|
||||
run: |
|
||||
pnpm install --frozen-lockfile --ignore-scripts
|
||||
pnpm approve-builds sharp
|
||||
pnpm rebuild sharp
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm build
|
||||
- name: Enable auto-merge for Renovate PRs
|
||||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
|
||||
@@ -6,9 +6,7 @@ ENV OUTPUT=standalone
|
||||
RUN corepack enable
|
||||
|
||||
COPY pnpm-lock.yaml package.json .
|
||||
RUN pnpm install --frozen-lockfile --ignore-scripts
|
||||
RUN pnpm approve-builds sharp
|
||||
RUN pnpm rebuild sharp
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
RUN pnpm build
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@next/mdx": "^16.0.0",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"iconoir-react": "^7.11.0",
|
||||
"next": "16.2.6",
|
||||
"next": "16.2.3",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
@@ -26,7 +26,7 @@
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-tailwindcss": "^0.8.0",
|
||||
"prettier-plugin-tailwindcss": "^0.7.0",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^6.0.0"
|
||||
}
|
||||
|
||||
554
pnpm-lock.yaml
generated
554
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