build(vscode-ide-companion): 更新包准备命令

- 将 "prepare1" 命令重命名为 "prepare",以提高可读性和一致性
- 优化了包生成流程,确保在构建前生成必要的 notices
This commit is contained in:
yiliang114
2025-11-26 10:06:30 +08:00
parent 8bc9bea5a1
commit f78b1eff93
2 changed files with 7 additions and 1 deletions

View File

@@ -2323,6 +2323,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
License text not found. License text not found.
============================================================
@qwen-code/qwen-code@undefined
(git+https://github.com/QwenLM/qwen-code.git)
License text not found.
============================================================ ============================================================
react@19.1.0 react@19.1.0
(https://github.com/facebook/react.git) (https://github.com/facebook/react.git)

View File

@@ -162,7 +162,7 @@
"build:dev": "node esbuild.js", "build:dev": "node esbuild.js",
"build:prod": "node esbuild.js --production", "build:prod": "node esbuild.js --production",
"generate:notices": "node ./scripts/generate-notices.js", "generate:notices": "node ./scripts/generate-notices.js",
"prepare1": "npm run generate:notices", "prepare": "npm run generate:notices",
"check-types": "tsc --noEmit", "check-types": "tsc --noEmit",
"lint": "eslint src", "lint": "eslint src",
"watch": "npm-run-all2 -p watch:*", "watch": "npm-run-all2 -p watch:*",