chore(lint): satisfy biome checks

This commit is contained in:
Peter Steinberger
2026-01-13 07:53:25 +00:00
parent 676b64e8a3
commit 3a90335b5a
5 changed files with 42 additions and 31 deletions

View File

@@ -28,9 +28,7 @@ export function noteSourceInstallIssues(root: string | null) {
}
if (fs.existsSync(srcEntry) && !fs.existsSync(tsxBin)) {
warnings.push(
"- tsx binary is missing for source runs. Run: pnpm install",
);
warnings.push("- tsx binary is missing for source runs. Run: pnpm install");
}
if (warnings.length > 0) {