We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810300e commit df59909Copy full SHA for df59909
packages/vuepress/lib/handleUnknownCommand.js
@@ -55,7 +55,7 @@ module.exports = async function (cli, options) {
55
async function inferUserDocsDirectory (cwd) {
56
const paths = await globby([
57
'**/.vuepress/config.js',
58
- '!node_modules'
+ '!**/node_modules/**'
59
], {
60
cwd,
61
dot: true
0 commit comments