Commit fc512450 authored by daidekun's avatar daidekun

sh "npm install"

parent a8540a72
......@@ -121,6 +121,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
sh "bower install"
}
sh "npm install"
sh buildCmd
sh 'tar zcf dist.tgz dist/'
......@@ -186,6 +187,7 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
sh "bower install"
}
sh "npm install"
sh buildCmd
sh "tar zcf ${systemName}.tgz dist/"
......
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