Commit Graph

13 Commits

Author SHA1 Message Date
Zoltan Kochan
7efabcb4e1 fix: pass --access to npm publish only when it is passed to pnpm 2019-12-19 16:53:24 +02:00
Zoltan Kochan
9d55ef8e87 fix(publish): private package should not published by "-r publish" 2019-12-19 15:10:08 +02:00
Zoltan Kochan
5d18ae8e92 feat: recursive publish
close #1098
PR #2224
2019-12-18 02:54:09 +02:00
Zoltan Kochan
5e692c817a feat: filtering by changed packages
close #2046
PR #2223
2019-12-18 02:47:04 +02:00
Zoltan Kochan
3b582395e6 refactor: create @pnpm/filter-workspace-packages 2019-12-16 20:15:54 +02:00
Zoltan Kochan
9bbd2469d8 refactor: rename LocalPackages to WorkspacePackages
BREAKING CHANGE:

- @pnpm/resolver-base
2019-12-14 16:43:20 +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
b8da2b0b2c feat: add|update [-r] --workspace
PR #2196
close #1918
2019-12-05 21:38:16 +02:00
Zoltan Kochan
cb3dd567b3 refactor: reduce number of types in @pnpm/config 2019-11-30 19:18:23 +02:00
Zoltan Kochan
4f35f24c38 feat: every command plugin returns separate types from CLI vs RC 2019-11-30 16:45:44 +02:00
Zoltan Kochan
5285cf004b refactor: --latest is only a CLI option of update 2019-11-30 12:42:34 +02:00
Zoltan Kochan
6b6217044e test: move tests to @pnpm/plugin-commands-recursive 2019-11-26 02:18:22 +02:00
Zoltan Kochan
be1201b42c refactor: create installation and recursive command plugins
ref #2154
2019-11-26 02:18:22 +02:00