chore: use dist as the single extension output dir

This commit is contained in:
2026-05-25 14:33:52 +08:00
parent f683b1db4f
commit d7b35d6149
7 changed files with 36 additions and 16 deletions
+2 -4
View File
@@ -21,9 +21,7 @@
- `src/`
- 插件源码
- `dist/`
- 开发构建产物
- `dist-release/`
- 内部分发构建产物
- 开发和发布构建产物
- `release/`
- 打包后的内部交付压缩包
- `docs/`
@@ -84,7 +82,7 @@ npm run write:latest
生成结果:
- 构建目录:`dist-release/`
- 构建目录:`dist/`
- 压缩包:`release/star-chart-search-enhancer-internal.zip`
- 更新清单:`release/latest.json`