Skip to content

Commit e5ecbb1

Browse files
committed
we need npm
1 parent 1892075 commit e5ecbb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/sh
22

3+
export NVM_DIR="$HOME/.nvm"
4+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
5+
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
6+
37
git pull
48

59
npm i

0 commit comments

Comments
 (0)