Files
langgraph/libs/cli/langgraph_cli
Elior Nataf Lackritz 77fbf25d41 perf(cli): cache the Node install layer across source-only changes
The generated Node Dockerfile copies source before running the install, so
the first source change invalidates the install layer and every dependency
is reinstalled. A production build showed 0/3 steps cached with `npm ci`
rebuilding at 16.9s.

Copy `package.json` and the lockfile first instead. Falls back to the
current output when there is no lockfile, when an install lifecycle hook is
present, when a custom install command is set, or when the config is nested
in a workspace.
2026-08-12 15:39:54 -04:00
..
2025-05-09 13:14:45 -07:00
2026-04-22 11:29:23 -07:00
2026-04-22 11:29:23 -07:00
2024-06-24 18:14:56 -04:00
2024-06-20 17:08:35 -04:00
2026-04-07 17:17:54 -07:00
2026-03-13 16:07:27 -04:00
2024-06-24 18:14:56 -04:00