mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
linting
This commit is contained in:
+4
-2
@@ -32,8 +32,10 @@ if (!versionType) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 2. Bump the version in the root and all workspace package.json files.
|
// 2. Bump the version in the root and all workspace package.json files.
|
||||||
run(`npm version ${versionType} --no-git-tag-version --allow-same-version`)
|
run(`npm version ${versionType} --no-git-tag-version --allow-same-version`);
|
||||||
run(`npm version ${versionType} --workspaces --no-git-tag-version --allow-same-version`);
|
run(
|
||||||
|
`npm version ${versionType} --workspaces --no-git-tag-version --allow-same-version`,
|
||||||
|
);
|
||||||
|
|
||||||
// 3. Get the new version number from the root package.json
|
// 3. Get the new version number from the root package.json
|
||||||
const rootPackageJsonPath = resolve(process.cwd(), 'package.json');
|
const rootPackageJsonPath = resolve(process.cwd(), 'package.json');
|
||||||
|
|||||||
Reference in New Issue
Block a user