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",