We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1892075 commit e5ecbb1Copy full SHA for e5ecbb1
deploy.sh
@@ -1,5 +1,9 @@
1
#!/bin/sh
2
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
+
7
git pull
8
9
npm i
0 commit comments