mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 10:57:19 +00:00
Merge remote-tracking branch 'origin/develop' into release/1.0.9-beta
This commit is contained in:
commit
cb8faabe99
@ -28,7 +28,8 @@
|
|||||||
"start": "./scripts/start.sh",
|
"start": "./scripts/start.sh",
|
||||||
"test": "lerna run test --stream",
|
"test": "lerna run test --stream",
|
||||||
"test:snapshot": "lerna run test:snapshot",
|
"test:snapshot": "lerna run test:snapshot",
|
||||||
"watchdog:build": "node ./scripts/watchdog.js"
|
"watchdog:build": "node ./scripts/watchdog.js",
|
||||||
|
"sync": "./scripts/sync.sh"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|||||||
@ -29,6 +29,10 @@ export default class SimulatorHost {
|
|||||||
return this[simulatorHostSymbol].contentDocument;
|
return this[simulatorHostSymbol].contentDocument;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get renderer() {
|
||||||
|
return this[simulatorHostSymbol].renderer;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 设置 host 配置值
|
* 设置 host 配置值
|
||||||
* @param key
|
* @param key
|
||||||
|
|||||||
17
scripts/sync.sh
Executable file
17
scripts/sync.sh
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# sync all packages to alibaba intranet registry
|
||||||
|
tnpm sync @alilc/lowcode-types
|
||||||
|
tnpm sync @alilc/lowcode-utils
|
||||||
|
tnpm sync @alilc/lowcode-shell
|
||||||
|
tnpm sync @alilc/lowcode-editor-core
|
||||||
|
tnpm sync @alilc/lowcode-editor-skeleton
|
||||||
|
tnpm sync @alilc/lowcode-designer
|
||||||
|
tnpm sync @alilc/lowcode-plugin-designer
|
||||||
|
tnpm sync @alilc/lowcode-plugin-outline-pane
|
||||||
|
tnpm sync @alilc/lowcode-rax-renderer
|
||||||
|
tnpm sync @alilc/lowcode-rax-simulator-renderer
|
||||||
|
tnpm sync @alilc/lowcode-react-renderer
|
||||||
|
tnpm sync @alilc/lowcode-react-simulator-renderer
|
||||||
|
tnpm sync @alilc/lowcode-renderer-core
|
||||||
|
tnpm sync @alilc/lowcode-engine
|
||||||
Loading…
x
Reference in New Issue
Block a user