update pnpm setup command

This commit is contained in:
Leo Conforti 2023-12-28 22:38:09 +00:00
parent e91e86b9ea
commit c72572ee04

View file

@ -232,7 +232,7 @@ else
[ ! -z "$https_proxy" ] && npm set https-proxy="$https_proxy"
[ ! -z "$no_proxy" ] && npm set noproxy="$no_proxy"
npm install -g pnpm
pnpm setup
ENV="$HOME/.bashrc" SHELL="$(which bash)" pnpm setup
pnpm config set store-dir $PNPM_HOME/store
else
echo "Skip installing pnpm because npm is missing"