Commit a7285356 authored by tywldx's avatar tywldx

remove log

parent 8e1602dd
...@@ -124,10 +124,8 @@ function buildNodeProject() ...@@ -124,10 +124,8 @@ function buildNodeProject()
npmrc=`find ./ -maxdepth 1 -name ".npmrc"` npmrc=`find ./ -maxdepth 1 -name ".npmrc"`
echo "---------------$npmrc" echo "---------------$npmrc"
if [ -n "$npmrc" ];then if [ -n "$npmrc" ];then
echo "-----1-----"
npm install npm install
else else
echo "-----2-----"
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