bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup
MIT License
115 stars 38 forks source link

How to run cordova build android without adding platforms through fastlane #49

Open DevAbhay23 opened 4 years ago

CWBudde commented 3 years ago

As far as I understood, the platforms are only added if not existent. So in order to run build without adding platforms through fastlane, I believe you should have added them by yourself before. Otherwise it wouldn't make to build it at all.