Commit cf224a67 authored by tywldx's avatar tywldx

temp

parent a130cdec
...@@ -93,8 +93,10 @@ function buildUiProject() ...@@ -93,8 +93,10 @@ function buildUiProject()
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