Skip to content

Commit 3642ec7

Browse files
Remoe npmGlobalPackages from envinfo
Add globs for local packages
1 parent 0477eee commit 3642ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/vuepress/lib/registerCoreCommands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = function (cli, options) {
8282
System: ['OS', 'CPU'],
8383
Binaries: ['Node', 'Yarn', 'npm'],
8484
Browsers: ['Chrome', 'Edge', 'Firefox', 'Safari'],
85-
npmGlobalPackages: ['vuepress']
85+
npmPackages: ['/**/{@vuepress/*/}']
8686
},
8787
{
8888
showNotFound: true,

0 commit comments

Comments
 (0)