Aymen Naili
Results
1
comments of
Aymen Naili
You can use npm scripts as a workaround for this issue. in your package.json add : ``` "scripts": { "bower-install" : "bower install" } ``` and in pom.xml : ```...