add lnit script
This commit is contained in:
parent
0e181095fc
commit
718367bf86
4
lint/eslint/Jenkinsfile
vendored
Normal file
4
lint/eslint/Jenkinsfile
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
stage('lint') {
|
||||
echo 'runing comand npm run eslint'
|
||||
sh 'npm run eslint'
|
||||
}
|
Loading…
Reference in New Issue
Block a user