ui-frontend module not able sync using "vscode aem sync" extension or mvn command
Hi Team
I am not able sync changes of ui-frontend module either using vscode aem sync extension or mvn command. Please let me know how to sync. ui-frontend module changes to do the unit testing or debugging as part of frontend module changes.
1) Using VS Code AEM Sync, I am able to sync changes ui-apps but not ui-frontend module changes.
https://marketplace.visualstudio.com/items?itemName=yamato-ltd.vscode-aem-sync
2) Using below mvn command able see the changes to ui-apps but not able deploy directly changes to AEM Server unless deploy ui-apps modules (first build the frontend module then deploy the ui-apps module)
frontend module: mvn clean install -PautoInstallPackage (can I use mvn clean install also because we are not able to deploy the changes to aem server)
then
ui-apps module :mvn clean install -PautoInstallPackage
Regards
Vara