Tools: Update release-website.sh

pull/5883/head
Laurent Cozic 2021-12-19 10:39:29 +01:00
parent 2de344eeca
commit 2788521607
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ fi
cd "$JOPLIN_ROOT_DIR"
# Will fail if there's any local change in the repo, which is what we want
git checkout dev
git pull --rebase
npm install
@ -56,6 +57,7 @@ git push
# ------------------------------------------------------------------------------
cd "$JOPLIN_WEBSITE_ROOT_DIR"
git checkout master
git pull --rebase
cd "$JOPLIN_ROOT_DIR"