mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
feat: prototype publish sandbox script with npm package (#182)
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ steps:
|
||||
# Authenticate with our registry
|
||||
- name: 'node:bookworm'
|
||||
entrypoint: 'npm'
|
||||
args: ['run', 'auth']
|
||||
args: ['run', 'auth:npm']
|
||||
|
||||
# Publish packages from workspaces with 'dogfood' tag
|
||||
# we awkwardly need to install rsync beforehand. TODO: use a dedicated dev container
|
||||
|
||||
Reference in New Issue
Block a user