mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Load NVM in update script
This commit is contained in:
parent
3ec35b4ebb
commit
51b104a096
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Load nvm
|
||||||
|
. ~/.nvm/nvm.sh
|
||||||
|
|
||||||
|
# Run update
|
||||||
nvm use
|
nvm use
|
||||||
git pull
|
git pull
|
||||||
npm ci
|
npm ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue