chore: linting
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Deploy v5 Preview / Deploy v5 to Cloudflare Pages (push) Has been skipped
Docker build & push image / build (push) Has been skipped

This commit is contained in:
saberzero1 2026-03-16 22:55:39 +01:00
parent 7e28a970e7
commit f7f33444ca
No known key found for this signature in database

View File

@ -256,10 +256,7 @@ export async function handlePluginInstall() {
if (!lockfile) {
console.log(
styleText(
"yellow",
"⚠ No quartz.lock.json found. Run 'npx quartz plugin add <repo>' first.",
),
styleText("yellow", "⚠ No quartz.lock.json found. Run 'npx quartz plugin add <repo>' first."),
)
return
}