add lnit script

This commit is contained in:
2020-12-23 22:15:59 +03:00
parent 0e181095fc
commit 718367bf86
+4
View File
@@ -0,0 +1,4 @@
stage('lint') {
echo 'runing comand npm run eslint'
sh 'npm run eslint'
}