Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebuild: include prefix when filtering with --only
The logic currently ignores a module prefix when filtering packages passed via `--only=`. This is quite confusing: to only rebuild something like `@theia/node-pty` we must pass `--only=node-pty`. This commit adds a lookup using the prefixed name.
- Loading branch information