CI - 'expo export' not exiting commmand

I am busy putting our manual build scripts into a CI-CD pipeline.
Part of the build script (executed by TeamCity), does the following command :

expo export --non-interactive --public-url ${PUBLIC_URL} -a ${ASSET_URL} --dump-sourcemap --output-dir ${EXPORT_DIR}

The problem I am facing is that this command bundles the JS, but then never exits / finishes, waiting for a hardkill from the command line.
The build step thus never ends and cannot progress further.
Is there a way to get it to not wait for a prompt or Ctrl-C to kill it ?

Hey @sprinkaan88,

Can you share your CI env so we can get a better sense of what’s happening here?

Cheers,
Adam

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