Commit Graph

9 Commits

Author SHA1 Message Date
Zoltan Kochan
88e1eaa908 style: use no delimiters in type declarations 2020-08-26 01:42:36 +03:00
Zoltan Kochan
ad69677a7a fix: root -g should not fail
`pnpm root -g` should not fail if the pnpm process has no access
to the global bin directory.

close #2700
PR #2704
2020-07-25 18:01:13 +03:00
Zoltan Kochan
c75a921e36 style: no trailing commas in functions 2020-05-12 19:00:16 +03:00
Zoltan Kochan
8a8ba8b3f0 refactor: create @pnpm/cli-meta 2020-04-04 17:22:49 +03:00
Zoltan Kochan
47e8c6227d refactor(config): no need to pass in the command name 2020-01-04 04:17:21 +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
78cf17dae1 feat: @pnpm/config accepts all CLI options
BREAKING CHANGE:

@pnpm/config: cliArgs => cliOptions

close #2194
2019-11-30 12:38:02 +02:00
Zoltan Kochan
07c4720086 refactor: CLI args parsing
BREAKING CHANGE:

@pnpm/config: the workspace dir location should be
passed in

PR #2187
2019-11-29 04:19:17 +02:00
Zoltan Kochan
be1201b42c refactor: create installation and recursive command plugins
ref #2154
2019-11-26 02:18:22 +02:00