Commit 540e09bb authored by daidekun's avatar daidekun

fix

parent 8c57230a
...@@ -93,11 +93,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace) ...@@ -93,11 +93,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
''' '''
if (bowerFile) { if (bowerFile) {
sh "npm install --save node-sass grunt-sass" sh "npm install --save node-sass grunt-sass --registry=https://registry.npm.taobao.org"
sh "bower install"
}
if (bowerFile) {
sh "bower install" sh "bower install"
} }
......
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