From 3f31d188f66e438bca33dc7bf7ca8831870d09bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 9 Nov 2025 21:53:19 +0800 Subject: [PATCH] =?UTF-8?q?build(devcontainer):=20=E6=9B=B4=E6=96=B0=20pnp?= =?UTF-8?q?m=20=E9=85=8D=E7=BD=AE=E4=B8=BA=E5=85=A8=E5=B1=80=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=AD=98=E5=82=A8=E7=9B=AE=E5=BD=95=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3c5868f..9ebf695 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -96,5 +96,5 @@ RUN sh -c "$(curl -L -o - https://github.com/deluan/zsh-in-docker/releases/downl RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.zshrc" SHELL="$(which zsh)" zsh - \ && pnpm --version \ # /home/usr_vscode/.config/pnpm/rc - && pnpm config set store-dir /home/usr_vscode/.pnpm-store \ + && pnpm config --global set store-dir /home/usr_vscode/.pnpm-store \ && pnpm env use lts --global