Commit 2d254821 authored by 智勇's avatar 智勇

取消多次npm install

parent 05be002a
......@@ -59,7 +59,7 @@ def ext_bower_install(){
def ext_npm_intall(){
def packageFile = fileExists './package.json'
if(packageFile){
sh "npm install"
// sh "npm install"
return 1
}
return 0
......
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