Commit b3654b67 authored by tywldx's avatar tywldx

fix

parent 1e3eca2d
...@@ -27,7 +27,7 @@ if [ -n "$package_check_file" ];then ...@@ -27,7 +27,7 @@ if [ -n "$package_check_file" ];then
echo "本次package有变更,将要执行npm install" echo "本次package有变更,将要执行npm install"
if [ "$node_version" = "node4" ] ;then if [ "$node_version" = "node4" ] ;then
echo "----node-V4---${node4_path}/npm install" echo "----node-V4---${node4_path}/npm install"
${node4_path}/npm install ${node4_path}/npm --registry http://172.16.3.15:4873 install
else else
npm --registry http://172.16.3.15:4873 install npm --registry http://172.16.3.15:4873 install
fi fi
......
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