From 1b165f8c8c6e568376b55d95056e509efefa502c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Sat, 17 Feb 2024 15:26:01 +0100 Subject: [PATCH] Install pnpm only local - not global --- bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installDeps.sh b/bin/installDeps.sh index af2b5e30a..ef80e9a3a 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -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?