Skip to content

Commit b7f8ea9

Browse files
author
Adam Miskiewicz
committed
Change directory to proper place before exp publish
1 parent fff7ef4 commit b7f8ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
# deploy expo playground demo
2323
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
24-
cd examples/ExpoNavigationPlayground && yarn && exp publish
24+
cd examples/NavigationPlayground && yarn && exp publish
2525
fi
2626
- save_cache:
2727
key: v2-react-navigation-{{ .Branch }} # generate cache per branch

0 commit comments

Comments
 (0)