Make the publish script exit with code 0 even if there's nothing changed
This commit is contained in:
parent
591d7b321f
commit
7c9969025e
|
@ -20,3 +20,4 @@ git add --all
|
|||
git commit -m "update website"
|
||||
git push
|
||||
cd ../react-native/website
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue