mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-23 02:02:31 -07:00
fix(lint): use npx for prettier and resolve CI path issues
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ export function runYamllint() {
|
||||
|
||||
export function runPrettier() {
|
||||
console.log('\nRunning Prettier...');
|
||||
if (!runCommand('prettier --check .')) {
|
||||
if (!runCommand('npx prettier --check .')) {
|
||||
console.log(
|
||||
'Prettier check failed. Please run "npm run format" to fix formatting issues.',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user