chore: update pnpm version to 10.13.1 (#22660)

This commit is contained in:
GuanMu
2025-07-20 11:10:44 +08:00
committed by GitHub
parent d284bc6cf9
commit 2cf23feb76
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
npm add -g pnpm@10.11.1
npm add -g pnpm@10.13.1
cd web && pnpm install
pipx install uv
@@ -12,3 +12,4 @@ echo 'alias start-containers="cd /workspaces/dify/docker && docker-compose -f do
echo 'alias stop-containers="cd /workspaces/dify/docker && docker-compose -f docker-compose.middleware.yaml -p dify --env-file middleware.env down"' >> ~/.bashrc
source /home/vscode/.bashrc