diff --git a/quartz/cli/plugin-git-handlers.js b/quartz/cli/plugin-git-handlers.js index 4800461bf..23b837377 100644 --- a/quartz/cli/plugin-git-handlers.js +++ b/quartz/cli/plugin-git-handlers.js @@ -256,10 +256,7 @@ export async function handlePluginInstall() { if (!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 }