|
13 | 13 | "prebuild": "pnpm -C ../lib build", |
14 | 14 | "build": "pnpm run build:app && pnpm run build:docker-git", |
15 | 15 | "build:app": "vite build --ssr src/app/main.ts", |
| 16 | + "prepack": "pnpm run build:docker-git", |
16 | 17 | "dev": "vite build --watch --ssr src/app/main.ts", |
17 | 18 | "prelint": "pnpm -C ../lib build", |
18 | 19 | "lint": "PATH=../../scripts:$PATH vibecode-linter src/", |
19 | 20 | "lint:tests": "PATH=../../scripts:$PATH vibecode-linter tests/", |
20 | 21 | "lint:effect": "PATH=../../scripts:$PATH eslint --config eslint.effect-ts-check.config.mjs .", |
21 | 22 | "prebuild:docker-git": "pnpm -C ../lib build", |
22 | | - "build:docker-git": "tsc -p tsconfig.build.json", |
| 23 | + "build:docker-git": "vite build --config vite.docker-git.config.ts", |
23 | 24 | "check": "pnpm run typecheck", |
24 | 25 | "clone": "pnpm -C ../.. run clone", |
25 | 26 | "docker-git": "node dist/src/docker-git/main.js", |
|
53 | 54 | "homepage": "https://github.com/ProverCoderAI/docker-git#readme", |
54 | 55 | "packageManager": "pnpm@10.28.0", |
55 | 56 | "dependencies": { |
56 | | - "@effect-template/lib": "workspace:*", |
57 | 57 | "@effect/cli": "^0.73.0", |
58 | 58 | "@effect/cluster": "^0.56.1", |
59 | 59 | "@effect/experimental": "^0.58.0", |
|
73 | 73 | "ts-morph": "^27.0.2" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
| 76 | + "@effect-template/lib": "workspace:*", |
76 | 77 | "@biomejs/biome": "^2.3.11", |
77 | 78 | "@effect/eslint-plugin": "^0.3.2", |
78 | 79 | "@effect/language-service": "latest", |
|
0 commit comments