Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-19 | repopulate `alias_map` correctly (#1847) | 3 | -42/+210 | ||
2023-01-19 | Improve error message when a workspace is not found | 1 | -0/+37 | ||
2023-01-19 | parse dependency specifier correctly (#1840) | 1 | -3/+45 | ||
2023-01-18 | support npm dependency aliasing (#1837) | 1 | -10/+144 | ||
* support npm dependency aliasing * fix variable name | |||||
2023-01-17 | [test] Add helper for bun env | 1 | -6/+2 | ||
2023-01-17 | bun install tests shouldn't fail due to terminal colors | 1 | -38/+35 | ||
2023-01-16 | [bun install] Make it print `workspace:` instead of `workspace://` | 1 | -143/+231 | ||
2023-01-14 | fix life-cycle script execution (#1799) | 1 | -25/+90 | ||
- change current working directory for workspaces - add `node_modules/.bin` to `PATH` before running | |||||
2023-01-14 | support installation of NPM workspaces (#1764) | 1 | -44/+300 | ||
2022-12-26 | [install] specify `auth-type` (#1667) | 1 | -0/+4 | ||
2022-12-26 | [install] use specified base URL as default fallback within scopes (#1665) | 2 | -0/+85 | ||