From c71cdf115b07a709c934e7df14427bd8dee83ce6 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