Update install.sh

This commit is contained in:
Leo Conforti 2023-11-30 01:12:44 -06:00 committed by GitHub
parent 4027b47836
commit 6d6b35f6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,6 +233,7 @@ else
[ ! -z "$no_proxy" ] && npm set noproxy="$no_proxy"
npm install -g pnpm
pnpm setup
pnpm config set store-dir $PNPM_HOME/store
else
echo "Skip installing pnpm because npm is missing"
fi