mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 23:25: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
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Load nvm
|
||||||
|
. ~/.nvm/nvm.sh
|
||||||
|
|
||||||
|
# Run update
|
||||||
nvm use
|
nvm use
|
||||||
git pull
|
git pull
|
||||||
npm ci
|
npm ci
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue