Skip to content

Console Output

+ yarn lint:ci
yarn run v1.22.19
$ lerna run lint:ci
lerna notice cli v6.6.2
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target lint:ci for 2 projects:

    - @eclipse-glsp-examples/workflow-theia
    - @eclipse-glsp/theia-integration

 

> @eclipse-glsp/theia-integration:"lint:ci"

@eclipse-glsp/theia-integration: @eclipse-glsp/theia-integration: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp/theia-integration: @eclipse-glsp/theia-integration: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

> @eclipse-glsp-examples/workflow-theia:"lint:ci"

@eclipse-glsp-examples/workflow-theia: @eclipse-glsp-examples/workflow-theia: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp-examples/workflow-theia: @eclipse-glsp-examples/workflow-theia: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

 

 >  Lerna (powered by Nx)   Successfully ran target lint:ci for 2 projects


Done in 33.74s.