Skip to content

Commit

Permalink
Update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Apr 17, 2024
1 parent 068c6b4 commit f216654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app

# Install dependencies
COPY package.json pnpm-lock.yaml ./
RUN yarn global add pnpm
RUN yarn global add pnpm@9.0.1
RUN pnpm install --frozen-lockfile

# Rebuild the source code only when needed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mskelton.dev",
"description": "Source code for my personal website.",
"type": "module",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@9.0.1",
"scripts": {
"build": "prisma generate && next build",
"db:generate": "prisma generate",
Expand Down

0 comments on commit f216654

Please sign in to comment.