stage('lint') {
    echo 'runing comand npm run eslint'
    sh 'npm run eslint || npm run lint'
}