I have an Ionic 5 app using angular and capacitor. I am able to run the app in xcode and android studio. The problem is when I make any changes to my .ts files in the app to a page and run the “npx cap sync” command and run the app again in xcode or android studio, the changes do not get pulled in. Is there a way to force this?
Thanks