nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs
MIT License
454 stars 99 forks source link

Use execSync in capacitor executor #970

Closed Schmale97 closed 1 year ago

Schmale97 commented 1 year ago

Using nxs implementation of runCommand inside the capacitor executor prevents the capacitor cli from being interactive

This PR uses execSync to execute the capacitor cli command

potentially fixes: #925