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