mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 07:30:52 -07:00
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"npm-shrinkwrap.json"
|
||||
],
|
||||
"config": {
|
||||
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.6.0-preview.2"
|
||||
|
||||
@@ -46,6 +46,7 @@ copyFiles('core', {
|
||||
copyFiles('cli', {
|
||||
'README.md': 'README.md',
|
||||
LICENSE: 'LICENSE',
|
||||
'npm-shrinkwrap.json': 'npm-shrinkwrap.json',
|
||||
});
|
||||
|
||||
console.log('Successfully prepared all packages.');
|
||||
|
||||
Reference in New Issue
Block a user