chore: cloud build test 11

This commit is contained in:
kangwei 2020-03-29 15:16:37 +08:00
parent dccd52e98a
commit d0e02cbc40
3 changed files with 8 additions and 3 deletions

View File

@ -13,5 +13,5 @@
"**/@alife/theme-lowcode-*"
]
},
"engines" : { "node" : ">10" }
"engines" : { "node" : "^10" }
}

View File

@ -26,7 +26,7 @@
"tslib": "^1.9.3",
"typescript": "^3.2.2"
},
"engines" : { "node" : ">10" },
"engines" : { "node" : "^10" },
"workspaces": {
"packages": [
"packages/*"

View File

@ -6,9 +6,14 @@ BUILD_DEST=$1
echo "Deploy ${PWD} -> ${BUILD_DEST} ..."
# basic environment preparing
tnpm install yarn lerna --install-node=10
tnpm install yarn --install-node=10
export PATH=$PWD/node_modules/.bin:$PATH
tnpm install -g lerna
echo ""
echo "Use node version:"
node -v
echo ""
# set source
yarn config set registry https://registry.npm.alibaba-inc.com