5 lines
82 B
Groovy
5 lines
82 B
Groovy
stage('lint') {
|
|
echo 'runing comand npm run eslint'
|
|
sh 'npm run eslint'
|
|
}
|