Commit a130cdec authored by tywldx's avatar tywldx

fix

parent 1c31d781
......@@ -91,6 +91,7 @@ function buildUiProject()
${node4_path}/npm install
else
npmrc=`find ./ -maxdepth 1 -name ".npmrc"`
echo "---------------$npmrc"
if [ -n "$npmrc" ];then
npm install
else
......
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