Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-nautiljon-route
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored Feb 3, 2025
2 parents 197605f + 4d4b3ea commit bec036e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR /app
ARG USE_CHINA_NPM_REGISTRY=0
RUN \
set -ex && \
npm install -g corepack@latest && \
corepack enable pnpm && \
if [ "$USE_CHINA_NPM_REGISTRY" = 1 ]; then \
echo 'use npm mirror' && \
Expand Down Expand Up @@ -102,6 +103,7 @@ RUN \
fi; \
echo 'Downloading Chromium...' && \
unset PUPPETEER_SKIP_DOWNLOAD && \
npm install -g corepack@latest && \
corepack enable pnpm && \
pnpm add puppeteer@$(cat /app/.puppeteer_version) --save-prod && \
pnpm rb ; \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"vitest": "2.0.5",
"yaml-eslint-parser": "1.2.3"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4",
"engines": {
"node": ">=22"
},
Expand Down

0 comments on commit bec036e

Please sign in to comment.