Commit 06f8a312 authored by wentao.suo's avatar wentao.suo

fix

parent b6bea748
......@@ -167,7 +167,7 @@ def checkout_luaui(systemName, branchName) {
def packejson = new File( "${currentPath}/package.json" )
if(!packejson.existes()){
if(!packejson.exists()){
sh "mkdir dist"
return
}
......
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