mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Install pnpm only local - not global
This commit is contained in:
parent
f9e3416d78
commit
1b165f8c8c
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue