Skip to content

Commit

Permalink
Change directory to proper place before exp publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Miskiewicz committed May 16, 2017
1 parent fff7ef4 commit b7f8ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# deploy expo playground demo
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
cd examples/ExpoNavigationPlayground && yarn && exp publish
cd examples/NavigationPlayground && yarn && exp publish
fi
- save_cache:
key: v2-react-navigation-{{ .Branch }} # generate cache per branch
Expand Down

0 comments on commit b7f8ea9

Please sign in to comment.