Commit Graph
1 Commits
Author SHA1 Message Date
Hermes Agent 85c10f908b fix: delete npm allow-scripts restriction before install
PR Checks / build-test (pull_request) Failing after 59s
PR Checks / hadolint (pull_request) Successful in 8s
The node:24-trixie base image has npm configured with a restricted
allowScripts list, preventing opencode-ai's postinstall from running.
Delete the allow-scripts config before installing packages to restore
legacy npm behavior where all scripts are allowed.

Fixes: opencode-ai postinstall script was not run → opencode --version fails
2026-07-13 20:46:20 +00:00