We have migrated our frontend project from ionic/es6/angular
to ionic2/typescript/angular2
. Everything is good except we don't know how to run sonar report on the project.
Previously we are using gulp and run gulp sonar
command to generate the sonar report (on an local sonar server).
We don't use gulp in the new ionic2 project and wonder how to run the sonar scanner on the new project.
Note
- we have installed typescript plugin on our sonar server.
- we have added
sonar-project.properties
file in the project rood directory
Question is how to run it
Thanks...