mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 04:40:32 +00:00
chore: cloud build test 11
This commit is contained in:
parent
dccd52e98a
commit
d0e02cbc40
@ -13,5 +13,5 @@
|
|||||||
"**/@alife/theme-lowcode-*"
|
"**/@alife/theme-lowcode-*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines" : { "node" : ">10" }
|
"engines" : { "node" : "^10" }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
"tslib": "^1.9.3",
|
"tslib": "^1.9.3",
|
||||||
"typescript": "^3.2.2"
|
"typescript": "^3.2.2"
|
||||||
},
|
},
|
||||||
"engines" : { "node" : ">10" },
|
"engines" : { "node" : "^10" },
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|||||||
@ -6,9 +6,14 @@ BUILD_DEST=$1
|
|||||||
echo "Deploy ${PWD} -> ${BUILD_DEST} ..."
|
echo "Deploy ${PWD} -> ${BUILD_DEST} ..."
|
||||||
|
|
||||||
# basic environment preparing
|
# basic environment preparing
|
||||||
tnpm install yarn lerna --install-node=10
|
tnpm install yarn --install-node=10
|
||||||
export PATH=$PWD/node_modules/.bin:$PATH
|
export PATH=$PWD/node_modules/.bin:$PATH
|
||||||
|
tnpm install -g lerna
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "Use node version:"
|
||||||
node -v
|
node -v
|
||||||
|
echo ""
|
||||||
|
|
||||||
# set source
|
# set source
|
||||||
yarn config set registry https://registry.npm.alibaba-inc.com
|
yarn config set registry https://registry.npm.alibaba-inc.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user