Zoltan Kochan
|
234c3a2ec7
|
feat: filtering by location including deps/dependents
PR #2254
close #1651
Filtering by directory: `pnpm --filter {dir}`
Including dependents: `pnpm --filter ...{dir}`
Including dependencies: `pnpm --filter {dir}...`
Filtering changed projects inside a directory: `pnpm --filter {dir}[origin/master]`
|
2020-01-06 22:25:54 +02:00 |
|
Zoltan Kochan
|
bb5d41f337
|
style: add missing trailing commas and fix the linting rule
|
2020-01-01 19:18:25 +02:00 |
|
Zoltan Kochan
|
5e692c817a
|
feat: filtering by changed packages
close #2046
PR #2223
|
2019-12-18 02:47:04 +02:00 |
|
Aankhen
|
758a3e4eef
|
feat: add ^...' and ...^' filters
`package^...` is like `package...` but excludes `package` itself.
`...^package` is like `...package` but excludes `package` itself.
PR #2201
|
2019-12-10 22:51:34 +02:00 |
|
Zoltan Kochan
|
70b5c50b62
|
refactor: create @pnpm/plugin-commands-outdated
ref #2154
|
2019-11-23 02:34:14 +02:00 |
|