expo publish will publish the app actively running in expo start?

I have two Expo apps.

App A was started with expo start -c and actively running.

I did some edits in App B which exists in a separate folder. When I expo publish to the default channel inside that app’s folder, it actually published the repo contents of App A, the actively running Expo app.

This seems bizarre. Wouldn’t expo publish only affect the repo you are currently in.

This seems like a bug. Could you open an issue about it at Issues · expo/expo-cli · GitHub? Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.