mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 11:04:27 +08:00
Remove global pnpm installation from script
This commit is contained in:
parent
132a86dcb3
commit
c8f55549d7
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
WORKSPACE_ROOT=$(pwd)
|
WORKSPACE_ROOT=$(pwd)
|
||||||
|
|
||||||
npm add -g pnpm@10.15.0
|
|
||||||
corepack enable
|
corepack enable
|
||||||
cd web && pnpm install
|
cd web && pnpm install
|
||||||
pipx install uv
|
pipx install uv
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user