infra: add multipackage support (#34)

This commit is contained in:
Brandon Keiji
2025-04-18 14:37:02 -07:00
committed by GitHub
parent f51ca774cf
commit 52683dafc3
10 changed files with 91 additions and 707 deletions
+3 -1
View File
@@ -8,10 +8,12 @@
],
"scripts": {
"build": "npm run build --workspaces",
"clean": "npm run clean --workspaces",
"test": "npm run test --workspaces",
"start": "node ./scripts/check-build-status.js && npm run start --workspace=@google/gemini-code -- \"$@\"",
"start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist -- \"$@\"",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .",
"artifactregistry-login": "npx google-artifactregistry-auth"
},
"devDependencies": {