Why dist folder is created when running eas update --branch producion

When I run the eas update --branch producion command, why is the dist folder created? This is normal ?

package.json

{
  "scripts": {
    "start": "expo start --dev-client",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "web": "expo start --web",
    "eject": "expo eject"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "1.17.11",
    "@react-native-community/datetimepicker": "6.7.3",
    "@react-native-community/masked-view": "^0.1.11",
    "@react-native-community/netinfo": "9.3.7",
    "@react-native-community/slider": "4.4.2",
    "@react-native-picker/picker": "2.4.8",
    "@react-navigation/bottom-tabs": "^5.11.11",
    "@react-navigation/native": "^5.9.4",
    "@react-navigation/stack": "^5.14.5",
    "@shopify/react-native-skia": "0.1.172",
    "axios": "^0.21.1",
    "expo": "~48.0.6",
    "expo-av": "~13.2.1",
    "expo-barcode-scanner": "~12.3.2",
    "expo-camera": "~13.2.1",
    "expo-constants": "~14.2.1",
    "expo-file-system": "~15.2.2",
    "expo-notifications": "~0.18.1",
    "expo-print": "~12.2.1",
    "expo-sharing": "~11.2.2",
    "expo-splash-screen": "~0.18.1",
    "expo-sqlite": "~11.1.1",
    "expo-status-bar": "~1.4.4",
    "expo-updates": "~0.16.4",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.71.6",
    "react-native-animatable": "^1.3.3",
    "react-native-gesture-handler": "~2.9.0",
    "react-native-masked-text": "^1.13.0",
    "react-native-modalize": "^2.0.13",
    "react-native-reanimated": "~2.14.4",
    "react-native-safe-area-context": "4.5.0",
    "react-native-screens": "~3.20.0",
    "react-native-vector-icons": "^8.1.0",
    "react-native-web": "~0.18.11",
    "react-native-webview": "11.26.0",
    "victory-native": "^36.6.8",
    "react-native-svg": "13.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@types/react": "~18.0.27",
    "@types/react-native": "~0.67.6",
    "typescript": "^4.9.4"
  },
  "private": true,
  "name": "GSMarketGO",
  "version": "2.2.8"
}

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