Change directory to proper place before exp publish

This commit is contained in:
Adam Miskiewicz 2017-05-15 19:56:58 -07:00
parent fff7ef49c5
commit b7f8ea9bae
No known key found for this signature in database
GPG Key ID: EC62EB11EB5E47ED

View File

@ -21,7 +21,7 @@ jobs:
# deploy expo playground demo # deploy expo playground demo
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD" exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
cd examples/ExpoNavigationPlayground && yarn && exp publish cd examples/NavigationPlayground && yarn && exp publish
fi fi
- save_cache: - save_cache:
key: v2-react-navigation-{{ .Branch }} # generate cache per branch key: v2-react-navigation-{{ .Branch }} # generate cache per branch