|
3 | 3 | "private": true, |
4 | 4 | "packageManager": "[email protected]", |
5 | 5 | "scripts": { |
6 | | - "lint": "turbo lint", |
7 | | - "check-types": "turbo check-types", |
8 | | - "format": "turbo format", |
9 | | - "build": "turbo build", |
10 | | - "build:extension": "cd .. && npm run vscode-test", |
11 | | - "build:runner": "turbo build --filter @benchmark/runner", |
| 6 | + "lint": "turbo lint --log-order grouped --output-logs new-only", |
| 7 | + "check-types": "turbo check-types --log-order grouped --output-logs new-only", |
| 8 | + "format": "turbo format --log-order grouped --output-logs new-only", |
| 9 | + "build": "turbo build --log-order grouped --output-logs new-only", |
| 10 | + "web": "turbo dev --filter @benchmark/web --log-order grouped --output-logs new-only", |
12 | 11 | "cli": "turbo dev --filter @benchmark/cli --ui tui -- run", |
13 | | - "web": "turbo dev --filter @benchmark/web --output-logs new-only", |
14 | | - "studio": "pnpm --filter @benchmark/db db:studio", |
| 12 | + "drizzle:studio": "pnpm --filter @benchmark/db db:studio", |
15 | 13 | "docker:build": "docker build -f Dockerfile -t roo-code-benchmark ..", |
16 | 14 | "docker:run": "touch /tmp/benchmarks.db && docker run -d -it -p 3000:3000 -v /tmp/benchmarks.db:/tmp/benchmarks.db roo-code-benchmark", |
17 | 15 | "docker:start": "npm run docker:build && npm run docker:run", |
|
0 commit comments