"build:rn:android:prod": "cross-env element=prod taro build --type rn"
jenkins自动化部署修改环境变量,bundle的未根据环境变量修改接口请求地址
解决方案:
添加清除缓存指令清除缓存
npx react-native start --reset-cache && exit
npm run build:rn:android:prod
"build:rn:android:prod": "cross-env element=prod taro build --type rn"
jenkins自动化部署修改环境变量,bundle的未根据环境变量修改接口请求地址
解决方案:
添加清除缓存指令清除缓存
npx react-native start --reset-cache && exit
npm run build:rn:android:prod