From 8bae3630e3a82904d84454b34b4c141a1fd74d20 Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Tue, 7 Jun 2022 14:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + packages/amis-core/tsconfig.json | 2 +- packages/amis-ui/tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3114fb0d7..b274d072c 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "test": "npm test --workspaces", "prepare": "husky install", "coverage": "jest --coverage", + "version": "lerna version", "release": "npm run build --workspaces && lerna publish from-package --registry=https://registry.npmjs.org", "publish-to-internal": "sh ./publish-to-internal.sh" }, diff --git a/packages/amis-core/tsconfig.json b/packages/amis-core/tsconfig.json index a626e5714..74760f637 100644 --- a/packages/amis-core/tsconfig.json +++ b/packages/amis-core/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./", - "outDir": "./dist", + "outDir": "./lib", "typeRoots": [ "../../types", "./node_modules/@types", diff --git a/packages/amis-ui/tsconfig.json b/packages/amis-ui/tsconfig.json index 2735e705f..bd0e103f3 100644 --- a/packages/amis-ui/tsconfig.json +++ b/packages/amis-ui/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./", - "outDir": "./dist", + "outDir": "./lib", "typeRoots": [ "../../types", "./node_modules/@types",