Parameter to skip Ionic App Scripts compile?

Is there a way to skip the app scripts compile on ionic run android/ios? When you’re doing a production build, and the command fails because of something not related to the app code, it’s slightly annoying having to wait a couple of minutes to compile again when there has been zero changes to the code. Or is it a must? :confused:

if that happens to me, I use the cordova cli to run it. That was back in Ionic 2 RC–hopefully that still works

Seems like it does, thanks!