ciricihq / gitlab-sonar-scanner

This project is no longer maintained
GNU General Public License v3.0
80 stars 62 forks source link

Nodejs works correctly, but not Typescript #46

Open mikycol opened 5 years ago

mikycol commented 5 years ago

For the correct analysis of the projects where Typescript is used, it is necessary to add the command for the installation of npm and typescript.

It would be nice to add this:

RUN \
        apk add --no-cache npm && \
        npm install -g typescript
saily commented 4 years ago

@mikycol , see https://github.com/saily/gitlab-sonar-scanner