mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
chore: run preflight checks
This commit is contained in:
@@ -109,9 +109,7 @@ function setupNpmrc() {
|
||||
|
||||
fs.writeFileSync(npmrcPath, newContent);
|
||||
console.log(`✅ Successfully configured your ~/.npmrc file.`);
|
||||
console.log(
|
||||
'You can now install both production and pre-release packages.',
|
||||
);
|
||||
console.log('You can now install both production and pre-release packages.');
|
||||
}
|
||||
|
||||
setupNpmrc();
|
||||
setupNpmrc();
|
||||
|
||||
Reference in New Issue
Block a user