Commit 540e09bb authored by daidekun's avatar daidekun

fix

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