diff --git a/demo.sh b/demo.sh index 9f3135f6..763d06a9 100644 --- a/demo.sh +++ b/demo.sh @@ -4,6 +4,7 @@ set -o errexit # Exit on error git stash save git checkout gh-pages +git pull --rebase origin master cd examples/todomvc webpack git add . @@ -14,4 +15,4 @@ if git push --force; then # Commit the changes, if any fi fi git checkout master -git stash apply \ No newline at end of file +git stash apply