You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
fix(devcontainers-cli): install to $CODER_SCRIPT_BIN_DIR when using yarn (#457)
When using `codercom/enterprise-node`, this will install the
`devcontainer` cli into `/home/coder/.yarn/bin`, which is _not_ in
`$PATH`. To work around this, we'll install it into
`$CODER_SCRIPT_BIN_DIR`, like we do with `pnpm`.
0 commit comments