diff --git a/quartz/cli/plugin-git-handlers.js b/quartz/cli/plugin-git-handlers.js index b391401..f1a16f8 100644 --- a/quartz/cli/plugin-git-handlers.js +++ b/quartz/cli/plugin-git-handlers.js @@ -291,10 +291,7 @@ 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 } @@ -655,9 +652,7 @@ 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