mirror of https://github.com/langgenius/dify.git
Remove global pnpm installation from script
This commit is contained in:
parent
132a86dcb3
commit
c8f55549d7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue