chore: cloud build test 10

This commit is contained in:
kangwei 2020-03-29 15:04:32 +08:00
parent 861cc6bdcd
commit dccd52e98a

View File

@ -5,8 +5,15 @@ BUILD_DEST=$1
echo "Deploy ${PWD} -> ${BUILD_DEST} ..."
tnpm install -g yarn lerna
# basic environment preparing
tnpm install yarn lerna --install-node=10
export PATH=$PWD/node_modules/.bin:$PATH
node -v
# set source
yarn config set registry https://registry.npm.alibaba-inc.com
# goto workdir
cd deploy-space
mkdir packages
ln -s $WORK_DIR/packages/demo packages/demo