mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
chore: update token statistic script (#40000)
This commit is contained in:
parent
6683c58b2d
commit
01023ef0ed
@ -18,7 +18,7 @@ const EmptyElement = React.createElement('div');
|
|||||||
const styleFiles = glob.sync(
|
const styleFiles = glob.sync(
|
||||||
path.join(
|
path.join(
|
||||||
process.cwd(),
|
process.cwd(),
|
||||||
'components/!(version|config-provider|icon|locale-provider|auto-complete|col|row|time-picker|)/style/index.tsx',
|
'components/!(version|config-provider|icon|locale-provider|auto-complete|col|row|time-picker|)/style/index.?(ts|tsx)',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user