Commit a130cdec authored by tywldx's avatar tywldx

fix

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