Commit 1c31d781 authored by tywldx's avatar tywldx

fix

parent 428bd16f
...@@ -92,9 +92,9 @@ function buildUiProject() ...@@ -92,9 +92,9 @@ function buildUiProject()
else else
npmrc=`find ./ -maxdepth 1 -name ".npmrc"` npmrc=`find ./ -maxdepth 1 -name ".npmrc"`
if [ -n "$npmrc" ];then if [ -n "$npmrc" ];then
npm --registry http://172.16.3.15:4873 install
else
npm install npm install
else
npm --registry http://172.16.3.15:4873 install
fi fi
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