mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
chore: includes component self markdown
This commit is contained in:
parent
4dfdcd4dfd
commit
6a562e63b9
@ -9,8 +9,7 @@ const path = require('path');
|
||||
|
||||
const tmpFolder = `~demo`;
|
||||
|
||||
glob('components/*/demo/*', (er, files) => {
|
||||
// console.log(files);
|
||||
glob('components/**/*.md', (er, files) => {
|
||||
fs.ensureDirSync(tmpFolder);
|
||||
fs.emptyDirSync(tmpFolder);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user