From 51b104a0969723b4347184b037299a2459a2fdd9 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Tue, 7 May 2019 22:27:50 +0300 Subject: [PATCH] Load NVM in update script --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) 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