mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
pnpm 版本降至 8.3.1
This commit is contained in:
@@ -23,7 +23,7 @@ current_npm_registry=$(cd && pnpm config get registry)
|
||||
is_equal_registry=$(echo $current_npm_registry | grep "${NpmMirror}")
|
||||
if [[ "$is_equal_registry" == "" ]]; then
|
||||
cd && pnpm config set registry $NpmMirror
|
||||
pnpm install -g --force
|
||||
pnpm install -g
|
||||
fi
|
||||
update_depend
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user