Commit 928aed1b authored by daidekun's avatar daidekun

bower install --allow-root

parent 1ec52ec4
......@@ -162,7 +162,7 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
def bowerFile = fileExists './bower.json'
if (bowerFile) {
sh "bower install"
sh "bower install --allow-root"
}
sh "npm 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