mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-28 23:11:19 -07:00
feat: initial configs for npm publishing (#30)
* feat: initial configs for npm publishing * fix: workspace reference * fix: include LICENSE in npm run build
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user