diff --git a/update-topics.sh b/update-topics.sh index a1d50571..be0851ce 100755 --- a/update-topics.sh +++ b/update-topics.sh @@ -1,10 +1,12 @@ -!/bin/bash +#!/bin/bash git reset --hard origin/master git pull +source ~/.nvm/nvm.sh npm start git add db/topics.json git commit -m "Update topics" git push origin master +