From f2317d6615db45a139f400bb0f9fc91aa0ef7905 Mon Sep 17 00:00:00 2001 From: erjanmx Date: Thu, 2 Jun 2022 10:28:58 +0200 Subject: [PATCH] Update script --- update-topics.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +