Remove global pnpm installation from script

This commit is contained in:
lyzno1 2025-11-05 10:27:45 +08:00 committed by GitHub
parent 132a86dcb3
commit c8f55549d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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