Commit 3879929c authored by daidekun's avatar daidekun

npm run build --registry http://172.16.3.15:4873

parent 65389be4
...@@ -98,7 +98,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace) ...@@ -98,7 +98,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
if (systemName == "xyqb-ui") { if (systemName == "xyqb-ui") {
sh "grunt build --force" sh "grunt build --force"
}else if (systemName == "new-mall-ui"){ }else if (systemName == "new-mall-ui"){
sh "npm install --registry http://172.16.3.15:4873" sh "npm run build --registry http://172.16.3.15:4873"
} }
else{ else{
sh buildCmd sh buildCmd
......
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