This repository was archived by the owner on May 15, 2025. It is now read-only.
Commit f285eef
authored
fix(devcontainers-cli): install to
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`.$CODER_SCRIPT_BIN_DIR when using yarn (#457)1 parent 8eecf81 commit f285eef
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments