Home
last modified time | relevance | path

Searched refs:EXPO_NONINTERACTIVE (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-module-scripts/bin/
H A Dexpo-module-prepublishOnly7 export EXPO_NONINTERACTIVE=1
H A Dexpo-module-typecheck8 if [[ -t 1 && (-z "$CI" && -z "$EXPO_NONINTERACTIVE") ]]; then
H A Dexpo-module-build20 if [[ -t 1 && (-z "$CI" && -z "$EXPO_NONINTERACTIVE") ]]; then
H A Dexpo-module-prepare7 export EXPO_NONINTERACTIVE=1
H A Dexpo-module-test24 if [[ -t 1 && (-z "$CI" && -z "$EXPO_NONINTERACTIVE") ]]; then
/expo/guides/
H A DExpo Module Infrastructure.md58 … To run the commands in non-interactive mode, set the environment variable `EXPO_NONINTERACTIVE=1`.