pnpm 版本降至 8.3.1

This commit is contained in:
whyour
2023-05-05 00:26:23 +08:00
parent e1863407f2
commit 3d11210aeb
6 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -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