Commit 26173ece authored by tywldx's avatar tywldx

fix

parent 0ebf8330
......@@ -85,7 +85,7 @@ function buildUiProject()
echo "----node-V4---${node4_path}/npm install"
${node4_path}/npm install
else
npm install
npm --registry http://172.16.3.15:4873 install
fi
bower_json=`find ./ -maxdepth 1 -name "bower.json"`
......
......@@ -74,7 +74,7 @@ function buildUiProject()
echo "----node-V4---${node4_path}/npm install"
${node4_path}/npm install
else
npm install
npm --registry http://172.16.3.15:4873 install
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