mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-27 20:30:28 +00:00
chore: cloud build test 11
This commit is contained in:
parent
dccd52e98a
commit
d0e02cbc40
@ -13,5 +13,5 @@
|
||||
"**/@alife/theme-lowcode-*"
|
||||
]
|
||||
},
|
||||
"engines" : { "node" : ">10" }
|
||||
"engines" : { "node" : "^10" }
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
"tslib": "^1.9.3",
|
||||
"typescript": "^3.2.2"
|
||||
},
|
||||
"engines" : { "node" : ">10" },
|
||||
"engines" : { "node" : "^10" },
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user