Skip to content

Commit

Permalink
fix: patch keystatic
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jun 5, 2024
1 parent ecf824a commit c384b59
Show file tree
Hide file tree
Showing 4 changed files with 597 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ USER node
COPY --chown=node:node .npmrc package.json pnpm-lock.yaml ./
RUN sed -i "s/use-node-version/# use-node-version/" .npmrc

COPY --chown=node:node ./patches ./patches

RUN pnpm fetch --prod
RUN pnpm install --frozen-lockfile --ignore-scripts --offline --prod

Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
"type-fest": "^4.19.0",
"typescript": "^5.4.5"
},
"pnpm": {
"patchedDependencies": {
"@keystatic/core@0.5.18": "patches/@keystatic__core@0.5.18.patch"
}
},
"browserslist": {
"development": [
"last 1 chrome version",
Expand Down
Loading

0 comments on commit c384b59

Please sign in to comment.