mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-29 13:13:21 -07:00
Use shrinkwrap for package locking (#8298)
This commit is contained in:
committed by
GitHub
parent
5c5c06e1ba
commit
a889c63700
+1
-1
@@ -75,7 +75,7 @@ if (cliPackageJson.config?.sandboxImageUri) {
|
||||
writeJson(cliPackageJsonPath, cliPackageJson);
|
||||
}
|
||||
|
||||
// 6. Run `npm install` to update package-lock.json.
|
||||
// 6. Run `npm install` to update npm-shrinkwrap.json.
|
||||
run('npm install');
|
||||
|
||||
console.log(`Successfully bumped versions to v${newVersion}.`);
|
||||
|
||||
Reference in New Issue
Block a user