summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 5cefd8db..677c47da 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,9 @@
"test": "npm run test --workspaces",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
- "start": "npm run start --workspace=gemini-code-cli -- \"$@\"",
- "format": "prettier --write ."
+ "start": "npm run start --workspace=@google/gemini-code -- \"$@\"",
+ "format": "prettier --write .",
+ "artifactregistry-login": "npx google-artifactregistry-auth"
},
"devDependencies": {
"eslint": "^9.24.0",