mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 02:47:12 +00:00
fix(lowcode-designer): 临时升级designer测试
This commit is contained in:
parent
f3451f2799
commit
c6006562af
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-designer",
|
||||
"version": "1.0.28-beta.1",
|
||||
"version": "1.0.28-beta.10",
|
||||
"description": "Designer for Ali LowCode Engine",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "^1.0.28-beta.1",
|
||||
"@ali/lowcode-designer": "^1.0.28-beta.10",
|
||||
"@ali/lowcode-editor-core": "^1.0.28-beta.1",
|
||||
"@ali/lowcode-editor-setters": "^1.0.22",
|
||||
"@ali/lowcode-editor-skeleton": "^1.0.28-beta.1",
|
||||
|
||||
@ -7,7 +7,7 @@ echo "Deploy ${PWD} -> ${BUILD_DEST} ..."
|
||||
|
||||
cd deploy-space
|
||||
# basic environment preparing
|
||||
tnpm install @ali/tyarn lerna --install-node=14
|
||||
tnpm install @ali/tyarn lerna
|
||||
mv node_modules .env
|
||||
export PATH=$WORK_DIR/deploy-space/.env/.bin:$PATH
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user