mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 15:10:59 -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"
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist",
|
||||||
|
"npm-shrinkwrap.json"
|
||||||
],
|
],
|
||||||
"config": {
|
"config": {
|
||||||
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.7.0-nightly.20250918.2722473a"
|
"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', {
|
copyFiles('cli', {
|
||||||
'README.md': 'README.md',
|
'README.md': 'README.md',
|
||||||
LICENSE: 'LICENSE',
|
LICENSE: 'LICENSE',
|
||||||
|
'npm-shrinkwrap.json': 'npm-shrinkwrap.json',
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('Successfully prepared all packages.');
|
console.log('Successfully prepared all packages.');
|
||||||
|
|||||||
Reference in New Issue
Block a user