Commit 428bd16f authored by tywldx's avatar tywldx

fix

parent d1fbeb41
......@@ -90,7 +90,13 @@ function buildUiProject()
echo "----node-V4---${node4_path}/npm install"
${node4_path}/npm install
else
npmrc=`find ./ -maxdepth 1 -name ".npmrc"`
if [ -n "$npmrc" ];then
npm --registry http://172.16.3.15:4873 install
else
npm install
fi
fi
bower_json=`find ./ -maxdepth 1 -name "bower.json"`
......
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