Commit 440d7311 authored by wentao.suo's avatar wentao.suo

fix

parent dd838ae6
......@@ -153,7 +153,7 @@ def checkout_luaui(systemName, branchName) {
def nmfolder = new File( "${currentPath}/node_modules" )
if (!nmfolder.exists){
if (!nmfolder.exists()){
sh "mkdir node_modules"
sh "chmod -R 777 node_modules"
}
......
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