GitNexus/gitnexus-web
Abhigyan Patwari 317fc1f00c ci(web): use npm ci for deterministic Vercel installs
Vercel restores a cached node_modules snapshot and runs the custom
installCommand incrementally. With `npm install`, a lockfile change makes
the incremental reconcile leave gitnexus-web without a usable `tsc`
binary, so `npm run build` (`tsc -b && vite build`) fails with
`sh: line 1: tsc: command not found` (exit 127) — the failure blocking
#1705. `npm ci` ignores the restored tree and installs exactly from the
lockfile (the canonical CI/deploy install), so build tooling is always
present. `--include=dev` keeps devDependencies even if the build env sets
NODE_ENV=production. Vercel still caches the npm download store, so the
only cost is a fast relink each build.

Unblocks #1705.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 00:44:04 +05:30
..
e2e test(web-e2e): raise status-ready timeout to 45s for parallel-worker stability (#908) 2026-04-18 10:15:28 +01:00
src feat(web): Support GitLab repository urls. (#1565) 2026-05-21 10:52:01 +01:00
test fix(security): log-injection, http-to-file-access, client-side-request-forgery (#1456) 2026-05-09 17:26:32 +01:00
.gitignore gitnexus wal cleanup preventing reindexing issue fixed 2026-02-06 06:35:15 +05:30
index.html feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
package-lock.json chore(deps)(deps): bump zod from 4.3.6 to 4.4.3 in /gitnexus-web (#1736) 2026-05-21 16:25:35 +01:00
package.json chore(deps)(deps): bump zod from 4.3.6 to 4.4.3 in /gitnexus-web (#1736) 2026-05-21 16:25:35 +01:00
playwright.config.ts feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
tsconfig.app.json feat: unify web and cli ingestion pipeline (#536) 2026-03-28 14:07:11 +00:00
tsconfig.json feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
tsconfig.node.json feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30
vercel.json ci(web): use npm ci for deterministic Vercel installs 2026-05-22 00:44:04 +05:30
vite.config.ts feat: add docker support (#848) 2026-04-18 08:39:18 +01:00
vitest.config.ts chore(web): bump vite 7.3.2 -> 8.0.10 + vitest 4 (iter 3 of 3) (#1063) 2026-04-24 14:16:45 +01:00