Install pnpm only local - not global

This commit is contained in:
Stefan Müller 2024-02-17 15:26:01 +01:00 committed by SamTV12345
parent f9e3416d78
commit 1b165f8c8c

View file

@ -8,7 +8,7 @@ cd "${MY_DIR}/.." || exit 1
# Source constants and useful functions
. bin/functions.sh
is_cmd pnpm || npm install pnpm -g
is_cmd pnpm || npm install pnpm
# Is node installed?