fix(docker): fall back to npm install for vendored Ink deps

This commit is contained in:
Brooklyn Nicholson
2026-04-27 18:47:10 -05:00
parent d3db454c0d
commit 0f510951c4
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ def test_dockerfile_materializes_local_tui_ink_package(dockerfile_text):
and "node_modules/@hermes/ink" in step
and "packages/hermes-ink" in step
and "rm -rf packages/hermes-ink/node_modules" in step
and "npm ci --omit=dev" in step
and "npm install --omit=dev" in step
and "--prefix node_modules/@hermes/ink" in step
and "rm -rf packages/hermes-ink" in step
and "await import('@hermes/ink')" in step