From 6a4d71673b3272f8b081d559adf2ba30833b3916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E4=BA=9A=E6=98=95?= <1549469775@qq.com> Date: Tue, 25 Feb 2025 09:29:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/node/package.json | 3 +++ packages/shared/package.json | 3 +++ packages/vue3/package.json | 3 +++ packages/xyx-utils/package.json | 3 +++ readme.md | 2 +- 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/node/package.json b/packages/node/package.json index e469de4..d826918 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -6,6 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [ + "dist" + ], "keywords": [], "author": "", "license": "ISC" diff --git a/packages/shared/package.json b/packages/shared/package.json index feb6921..dc9c1c4 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -6,6 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [ + "dist" + ], "keywords": [], "author": "", "license": "ISC" diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 8a7af76..35e41ea 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -13,6 +13,9 @@ "peerDependencies": { "vue": ">=3.0.0" }, + "files": [ + "dist" + ], "optionalDependencies": { "@vueuse/core": ">=10.0.0", "echarts": ">=4.0.0" diff --git a/packages/xyx-utils/package.json b/packages/xyx-utils/package.json index 4c29d2f..8ef11e1 100644 --- a/packages/xyx-utils/package.json +++ b/packages/xyx-utils/package.json @@ -6,6 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [ + "dist" + ], "keywords": [], "author": "", "license": "ISC" diff --git a/readme.md b/readme.md index b50efdc..67f8f4e 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ **版本管理** - changeset -- pnpm publish -r --access=public --report-summary +- pnpm publish -r --access=public # --report-summary 可以尝试尝试