mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 16:01:49 +08:00
fix(docker): fall back to npm install for vendored Ink deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user