diff options
| author | Allen Hutchison <[email protected]> | 2025-04-18 16:41:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-18 16:41:51 -0700 |
| commit | 3adc0dfbaf19745400835d4a14a2d4032e30ea40 (patch) | |
| tree | bf397a2e85ad938eb30fddc20b743d44b9fa9ebb | |
| parent | f3669f20a92025cb19e14f6bf1c2559ba37f7f11 (diff) | |
Command line flags got broke. Now to run with flags run: (#46)
npm run start -- -m model-id -d data/dir
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b1989286..50dcaaee 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "npm run build --workspaces", "clean": "npm run clean --workspaces", "test": "npm run test --workspaces", - "start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist -- \"$@\"", + "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 .", |
