From 1b142cd8da13734e616ddf2596586fbf42f946a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Mon, 25 Jan 2021 09:32:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20setup:skip-build?= =?UTF-8?q?=20=E8=84=9A=E6=9C=AC=20fix:=20=E6=9B=B4=E6=96=B0=20editor-sett?= =?UTF-8?q?ers=20=E8=87=B3=201.0.30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + packages/editor-preset-vision/package.json | 2 +- packages/engine/package.json | 2 +- scripts/setup-skip-build.sh | 9 +++++++++ 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100755 scripts/setup-skip-build.sh diff --git a/package.json b/package.json index 32accd973..2289ea82f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json index 7dc168bc3..801b2940c 100644 --- a/packages/editor-preset-vision/package.json +++ b/packages/editor-preset-vision/package.json @@ -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", diff --git a/packages/engine/package.json b/packages/engine/package.json index e21bf530f..59abb5a05 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -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", diff --git a/scripts/setup-skip-build.sh b/scripts/setup-skip-build.sh new file mode 100755 index 000000000..7aced60d2 --- /dev/null +++ b/scripts/setup-skip-build.sh @@ -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