From c853c811713e1ff4a0fdffc66158f787e38a5f6f Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 8 Apr 2026 21:08:13 +0200 Subject: [PATCH] chore: run lint with bunx --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 331b754d..7b99f2c6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "module", "scripts": { "fmt": "vp fmt", - "lint": "vp lint", + "lint": "bunx --bun vp lint", "dev": "NODE_ENV=development bunx --bun vite", "build": "vite build", "start": "bun run .output/server/index.mjs",