Skip to content

Commit 678544b

Browse files
Fix pnpm deploy issue (#445)
1 parent b0bdf62 commit 678544b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
88
# Install node
99
nvm install
1010
# Install dependencies
11-
npm install -g pnpm@9.0.4
11+
npm install -g pnpm@9.2.0
1212
pnpm install
1313
# Run the dev server
1414
pnpm start

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"vite": "4.3.4",
3535
"vitest": "0.32.4"
3636
},
37-
"packageManager": "pnpm@9.0.4",
37+
"packageManager": "pnpm@9.2.0",
3838
"engines": {
3939
"npm": "please-use-pnpm",
40-
"pnpm": "9.0.4"
40+
"pnpm": "9.2.0"
4141
}
4242
}

0 commit comments

Comments
 (0)