mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 04:03:07 +00:00
chore: cloud build test 10
This commit is contained in:
parent
861cc6bdcd
commit
dccd52e98a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user