diff --git a/update.sh b/update.sh index 9fb2ae92..5e910c60 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,9 @@ #!/bin/bash +# Load nvm +. ~/.nvm/nvm.sh + +# Run update nvm use git pull npm ci