diff --git a/package.json b/package.json index a1cabe8..7d57c0e 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "private": true, "scripts": { "check-env": "bun run ./env.ts", - "dev": "bun run check-env && next dev", - "build": "bun run check-env && next build", - "start": "bun run check-env && next start", - "lint": "next lint" + "dev": "bun run check-env && bunx next dev", + "build": "bun run check-env && bunx next build", + "start": "bun run check-env && bunx next start", + "lint": "bunx next lint" }, "prisma": { "seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"