mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: fix ci fail (#41199)
This commit is contained in:
parent
c7832505ae
commit
8109f47de7
@ -9,7 +9,7 @@ const { createServer } = require('http-server');
|
||||
|
||||
const components = uniq(
|
||||
glob
|
||||
.sync('components/!(overview)/*.md', {
|
||||
.globSync('components/!(overview)/*.md', {
|
||||
cwd: join(process.cwd()),
|
||||
dot: false,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user