mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -07:00
Properly publish npm-shrinkwrap.json. (#8655)
This commit is contained in:
committed by
GitHub
parent
f8678f9e9d
commit
f3abfb8e66
@@ -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.7.0-nightly.20250918.2722473a"
|
||||
|
||||
@@ -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