add Taobao source

This commit is contained in:
David 2019-05-08 20:11:02 +08:00
parent 1b00a583b4
commit 6b6c94b3ef
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ docker exec $CONTAINER_NAME /bin/sh -c "cd /project \
echo
echo 3/5 Build new frontend files
cd $ROOT_DIR/../frontend/
npm install \
npm install --registry=https://registry.npm.taobao.org \
&& npm run build
echo