Commit 2672f591 authored by daidekun's avatar daidekun

nodejs cmd

parent 004b5046
...@@ -120,7 +120,7 @@ def build_nodejs(namespace, systemName, contextDir) { ...@@ -120,7 +120,7 @@ def build_nodejs(namespace, systemName, contextDir) {
sh "mv -f env.config.js ${configPath}" sh "mv -f env.config.js ${configPath}"
sh "npm install" sh buildCmd
sh 'tar zcf dist.tgz ./*' sh 'tar zcf dist.tgz ./*'
sh "mv dist.tgz ${contextDir}" sh "mv dist.tgz ${contextDir}"
} }
......
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