diff --git a/quartz/cli/plugin-git-handlers.js b/quartz/cli/plugin-git-handlers.js index f1a16f8..b391401 100644 --- a/quartz/cli/plugin-git-handlers.js +++ b/quartz/cli/plugin-git-handlers.js @@ -291,7 +291,10 @@ export async function handlePluginInstallUnified({ if (!fromConfig && !lockfile) { console.log( - styleText("yellow", "⚠ No quartz.lock.json found. Run 'npx quartz plugin add ' first."), + styleText( + "yellow", + "⚠ No quartz.lock.json found. Run 'npx quartz plugin add ' first.", + ), ) return } @@ -652,7 +655,9 @@ export async function handlePluginInstallUnified({ console.log(styleText("gray", "Updated quartz.lock.json")) } else if (failed > 0) { console.log() - console.log(styleText("yellow", `⚠ Resolved ${installed.length} plugin(s), ${failed} failed`)) + console.log( + styleText("yellow", `⚠ Resolved ${installed.length} plugin(s), ${failed} failed`), + ) } return