Skip to content

Commit

Permalink
we need npm
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Mar 29, 2024
1 parent 1892075 commit e5ecbb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/sh

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

git pull

npm i
Expand Down

0 comments on commit e5ecbb1

Please sign in to comment.