From c8f55549d71e1ca326ba276de3a3980f492b20ec Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:27:45 +0800 Subject: [PATCH] Remove global pnpm installation from script --- .devcontainer/post_create_command.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/post_create_command.sh b/.devcontainer/post_create_command.sh index 08670ef658..a958832aa9 100755 --- a/.devcontainer/post_create_command.sh +++ b/.devcontainer/post_create_command.sh @@ -1,7 +1,6 @@ #!/bin/bash WORKSPACE_ROOT=$(pwd) -npm add -g pnpm@10.15.0 corepack enable cd web && pnpm install pipx install uv