|
19 | 19 | "scripts": { |
20 | 20 | "dev": "bash scripts/dev.sh", |
21 | 21 | "start-db": "bun --cwd packages/internal db:start", |
22 | | - "start-bin": "bun --cwd npm-app start-bin", |
23 | 22 | "start-web": "bun start-db && bun --cwd web dev", |
24 | 23 | "start-studio": "bun --cwd packages/internal db:studio", |
25 | 24 | "start-server": "bun --cwd backend dev", |
26 | | - "start-manifold": "bun --cwd npm-app start-manifold", |
27 | | - "start-codebuff-test": "bun --cwd npm-app start --cwd ../../codebuff-test", |
28 | | - "start-litestar": "bun --cwd npm-app start-litestar", |
29 | | - "start-jpcsp": "bun --cwd npm-app start-jpcsp", |
30 | | - "start-vscode": "bun --cwd npm-app start-vscode", |
31 | | - "start-nushell": "bun --cwd npm-app start-nushell", |
32 | 25 | "format": "prettier --write \"**/*.{ts,tsx,json,md}\"", |
33 | 26 | "release:cli": "bun run --cwd=cli release", |
34 | 27 | "release:npm-app-legacy": "bun run --cwd=npm-app release-legacy", |
35 | 28 | "release:sdk": "bun run --cwd=sdk release", |
36 | 29 | "clean-ts": "find . -name '*.tsbuildinfo' -type f -delete && find . -name '.next' -type d -exec rm -rf {} + 2>/dev/null || true && find . -name 'node_modules' -type d -exec rm -rf {} + 2>/dev/null || true && bun install", |
37 | | - "typecheck": "bun --cwd=sdk run build:types && bun --filter='*' run typecheck && echo '✅ All type checks passed!'", |
| 30 | + "typecheck": "bun --filter='*' run typecheck && echo '✅ All type checks passed!'", |
38 | 31 | "test": "bun --filter='{@codebuff/backend,@codebuff/common,@codebuff/npm-app,@codebuff/agents}' run test", |
39 | 32 | "init-worktree": "bun scripts/init-worktree.ts", |
40 | 33 | "cleanup-worktree": "bash scripts/cleanup-worktree.sh", |
|
0 commit comments