Browse Source

fix: fix ci fail (#41199)

pull/41209/head
lijianan 2 years ago
committed by GitHub
parent
commit
8109f47de7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/check-site.js

2
scripts/check-site.js

@ -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…
Cancel
Save