Commit e0f9b104 authored by 智勇's avatar 智勇

up

parent 0d142fbc
...@@ -721,6 +721,7 @@ def get_sonar_check(systemName,branchName,pipesCallback,sonarCallback,dingRobotA ...@@ -721,6 +721,7 @@ def get_sonar_check(systemName,branchName,pipesCallback,sonarCallback,dingRobotA
} }
if(projectAttr["type"] == 'node' || projectAttr["type"] == 'ui'){ if(projectAttr["type"] == 'node' || projectAttr["type"] == 'ui'){
_utils().beautyEcho("lint check +++", "info") _utils().beautyEcho("lint check +++", "info")
sh "npm install"
sh "npm run lint" sh "npm run lint"
} }
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment