mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 00:48:16 +00:00
feat: 增加 setup:skip-build 脚本
fix: 更新 editor-setters 至 1.0.30
This commit is contained in:
parent
4f9be73b61
commit
1b142cd8da
@ -18,6 +18,7 @@
|
||||
"pub:prepatch": "tnpm run watchdog:build && lerna publish --force-publish --cd-version prepatch --npm-tag beta --preid beta",
|
||||
"pub:prerelease": "tnpm run watchdog:build && lerna publish --force-publish --cd-version prerelease --npm-tag beta --preid beta",
|
||||
"setup": "./scripts/setup.sh",
|
||||
"setup:skip-build": "./scripts/setup-skip-build.sh",
|
||||
"start": "./scripts/start.sh",
|
||||
"start:demo": "./scripts/start.sh @ali/lowcode-demo",
|
||||
"start:server": "./scripts/start-server.sh",
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "^1.0.31",
|
||||
"@ali/lowcode-editor-core": "^1.0.31",
|
||||
"@ali/lowcode-editor-setters": "1.0.29",
|
||||
"@ali/lowcode-editor-setters": "1.0.30",
|
||||
"@ali/lowcode-editor-skeleton": "^1.0.31",
|
||||
"@ali/lowcode-plugin-designer": "^1.0.31",
|
||||
"@ali/lowcode-plugin-outline-pane": "^1.0.31",
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
"@ali/lowcode-plugin-designer": "^1.0.31",
|
||||
"@ali/lowcode-plugin-outline-pane": "^1.0.31",
|
||||
"@ali/lowcode-utils": "^1.0.31",
|
||||
"@ali/lowcode-editor-setters": "1.0.29",
|
||||
"@ali/lowcode-editor-setters": "1.0.30",
|
||||
"@ali/ve-i18n-util": "^2.0.0",
|
||||
"@ali/ve-icons": "^4.1.9",
|
||||
"@ali/ve-less-variables": "2.0.3",
|
||||
|
||||
9
scripts/setup-skip-build.sh
Executable file
9
scripts/setup-skip-build.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
tnpm i -g lerna @ali/tyarn
|
||||
|
||||
rm -rf node_modules package-lock.json yarn.lock
|
||||
lerna clean -y
|
||||
find ./packages -type f -name "package-lock.json" -exec rm -f {} \;
|
||||
|
||||
lerna bootstrap
|
||||
Loading…
x
Reference in New Issue
Block a user