fix(core): 配置 publishConfig.directory 确保从 dist 目录发布

This commit is contained in:
yhh
2025-12-27 10:27:00 +08:00
parent 044463dd5f
commit 7d74623710
2 changed files with 7 additions and 1 deletions

View File

@@ -70,7 +70,8 @@
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"directory": "dist"
},
"repository": {
"type": "git",