Skip to content

Commit

Permalink
adding source command so the pnpm will be on the commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
ramykl committed Dec 28, 2023
1 parent 1ea98aa commit 8a85a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/install-pnpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ installation_check

# install pnpm
echo "Installing pnpm v$PNPM_ORB_VERSION"
curl --retry 5 -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION="$PNPM_ORB_VERSION" sh -
npm install -g pnpm@"$PNPM_ORB_VERSION"

# test/verify version
echo "Verifying pnpm install"
Expand Down

0 comments on commit 8a85a24

Please sign in to comment.