summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEvan Senter <[email protected]>2025-04-18 21:55:02 +0100
committerGitHub <[email protected]>2025-04-18 21:55:02 +0100
commit482aeaff102f1f97f67bed04442dbd23a6424f2d (patch)
tree6680807461201be565166727ce3249a59d07e7f7 /package.json
parent3ed61f1ff25a50b94cb6a6235c67eb3c9d4737e7 (diff)
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.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 677c47da..2350340f 100644
--- a/package.json
+++ b/package.json
@@ -9,10 +9,9 @@
"scripts": {
"build": "npm run build --workspaces",
"test": "npm run test --workspaces",
+ "start": "node ./scripts/check-build-status.js && npm run start --workspace=@google/gemini-code -- \"$@\"",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
- "start": "npm run start --workspace=@google/gemini-code -- \"$@\"",
- "format": "prettier --write .",
"artifactregistry-login": "npx google-artifactregistry-auth"
},
"devDependencies": {