mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
refactor: clean up build output (#53)
* refactor: clean up build output * refactor: add index.ts to package roots
This commit is contained in:
parent
a66ad2e2af
commit
f480ef4bbc
9 changed files with 31 additions and 18 deletions
|
|
@ -3,9 +3,10 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Gemini Code CLI",
|
||||
"type": "module",
|
||||
"main": "src/gemini.js",
|
||||
"main": "dist/index.js",
|
||||
"bin": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc --build && cp package.json README.md ../../LICENSE dist/ && touch dist/.last_build",
|
||||
"build": "tsc --build && touch dist/.last_build",
|
||||
"clean": "rm -rf dist",
|
||||
"start": "node dist/gemini.js",
|
||||
"debug": "node --inspect-brk dist/gemini.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue