mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix(lint): Fixes silent pass for formatting mistakes in gh ci (#10489)
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ export function runYamllint() {
|
|||||||
|
|
||||||
export function runPrettier() {
|
export function runPrettier() {
|
||||||
console.log('\nRunning Prettier...');
|
console.log('\nRunning Prettier...');
|
||||||
if (!runCommand('prettier --write .')) {
|
if (!runCommand('prettier --check .')) {
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user