mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Warn if npm run start is out of date. (#20)
* Adding some wiring to allow the Ink app to warn if there are local development changes that haven't been captured in the recent build of the Gemini CLI. * Adding a new useAppEffects.ts file that wores some useEffect handlers in. * Updating package-lock.json to resolve `npm ci` issues. * Updating package-lock.json and package.json to resolve `npm ci` issues.
This commit is contained in:
parent
3ed61f1ff2
commit
482aeaff10
6 changed files with 226 additions and 27 deletions
|
|
@ -5,8 +5,7 @@
|
|||
"type": "module",
|
||||
"main": "gemini.js",
|
||||
"scripts": {
|
||||
"build": "tsc && cp package.json README.md ../../LICENSE dist/",
|
||||
"clean": "rm -rf dist",
|
||||
"build": "tsc && cp package.json README.md ../../LICENSE dist/ && touch dist/.last_build",
|
||||
"start": "node dist/gemini.js",
|
||||
"debug": "node --inspect-brk dist/gemini.js",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue