|
9 | 9 | "scripts": { |
10 | 10 | "fmt": "oxfmt", |
11 | 11 | "fmt:check": "oxfmt --check", |
12 | | - "lint": "node ./node_modules/oxlint/bin/oxlint --type-aware --type-check", |
13 | | - "lint:fix": "node ./node_modules/oxlint/bin/oxlint --type-aware --type-check --fix", |
14 | | - "lint:ci": "node ./node_modules/oxlint/bin/oxlint --type-aware --type-check --deny-warnings", |
15 | | - "check": "node ./node_modules/oxlint/bin/oxlint --type-aware --type-check && oxfmt --check", |
| 12 | + "lint": "bunx --bun oxlint --type-aware --type-check", |
| 13 | + "lint:fix": "bunx --bun oxlint --type-aware --type-check --fix", |
| 14 | + "lint:ci": "bunx --bun oxlint --type-aware --type-check --deny-warnings", |
| 15 | + "check": "bunx --bun oxlint --type-aware --type-check && oxfmt --check", |
16 | 16 | "dev": "NODE_ENV=development portless --tailscale run bunx --bun vite", |
17 | 17 | "dev:desktop": "bun run --cwd apps/desktop start", |
18 | 18 | "build": "bunx --bun vite build", |
|
33 | 33 | "test:server": "dotenv -e .env.test -- bunx --bun vitest run --project server", |
34 | 34 | "test:client": "dotenv -e .env.test -- bunx --bun vitest run --project client", |
35 | 35 | "test": "dotenv -e .env.test -- bunx --bun vitest run && vp run -F './apps/*' -F './packages/*' test", |
36 | | - "test:e2e": "NODE_ENV=test dotenv -e .env.local -- playwright test", |
37 | | - "test:e2e:ui": "NODE_ENV=test dotenv -e .env.local -- playwright test --ui", |
38 | | - "test:codegen": "playwright codegen localhost:4096" |
| 36 | + "test:e2e": "NODE_ENV=test dotenv -e .env.local -- bunx --bun playwright test", |
| 37 | + "test:e2e:ui": "NODE_ENV=test dotenv -e .env.local -- bunx --bun playwright test --ui", |
| 38 | + "test:codegen": "bunx --bun playwright codegen localhost:4096" |
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | 41 | "@better-auth/api-key": "1.6.27", |
|
0 commit comments