Zoltan Kochan
d4e2e52c43
feat: rename supi to @pnpm/core
2021-10-17 02:43:29 +03:00
Yao Ding
cb040ae185
fix: only display unknown settings warning for install command ( #3130 )
2021-02-09 01:39:18 +02:00
Yao Ding
548f28df9a
feat: print warnings if unknown settings are found in .npmrc ( #3074 )
...
* feat: print warnings if unknown settings are found in .npmrc
close #2981
* feat: pnpm takes all cmd config option
* fix: add more sources
* refactor: make some improvements
* fix: don't warn about @scope:registry
Co-authored-by: Zoltan Kochan <z@kochan.io >
2021-01-23 17:22:55 +02:00
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