Commit 97f1d7d3 authored by 智勇's avatar 智勇

del package-lock.json

parent 6bf9de90
......@@ -485,7 +485,7 @@ def build_nodejs( systemName, branchName,contextDir) {
sh "mv -f ./${systemName}.env.config ${configPath}"
sh "tar zcf ${contextDir}/dist.tgz ./* "
sh "cp -rf package.json package-lock.json ${contextDir}"
sh "cp -rf package.json ${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