Make the publish script exit with code 0 even if there's nothing changed

This commit is contained in:
Christopher Chedeau 2015-03-15 20:06:18 -07:00
parent 591d7b321f
commit 7c9969025e
1 changed files with 1 additions and 0 deletions

View File

@ -20,3 +20,4 @@ git add --all
git commit -m "update website"
git push
cd ../react-native/website
exit 0