Frontend changes are not reflecting on build.
Hi,
I am facing an issue with ui.apps and ui.frontend modules. I have built both the modules with maven commands but the changes are not reflecting on page. But when I manually export the clientlibs to the aem server then the changes are reflecting.
But the core is working with maven command.
NOTE: I have built whole project and checked. Only backend changes are reflecting but not frontend.
Commands used for build:
Whole project: mvn clean install -PautoInstallSinglePackage
Ui.apps: mvn clean install -PautoInstallPackage