mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
source pnpm after new install
This commit is contained in:
parent
12f795e04d
commit
a0e291c5fa
@ -26,9 +26,10 @@ else
|
||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
||||
fi
|
||||
|
||||
# Add pnpm to PATH for this script session
|
||||
export PNPM_HOME="${PNPM_HOME:-$HOME/.local/share/pnpm}"
|
||||
export PATH="$PNPM_HOME:$PATH"
|
||||
# Source bashrc to load pnpm configuration
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
source "$HOME/.bashrc"
|
||||
fi
|
||||
|
||||
# Verify pnpm was installed
|
||||
if ! command -v pnpm >/dev/null 2>&1; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user