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