forget to update from master - fix this

This commit is contained in:
Sergey Lapin 2015-07-24 19:59:53 +03:00
parent a48cce5439
commit 9898c0c8ab

View File

@ -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
git stash apply