fix: fix ci fail (#41199)

pull/41211/head^2
lijianan 2 years ago committed by GitHub
parent c7832505ae
commit 8109f47de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ const { createServer } = require('http-server');
const components = uniq( const components = uniq(
glob glob
.sync('components/!(overview)/*.md', { .globSync('components/!(overview)/*.md', {
cwd: join(process.cwd()), cwd: join(process.cwd()),
dot: false, dot: false,
}) })

Loading…
Cancel
Save