Browse Source

chore: update token statistic script (#40000)

pull/40005/head
MadCcc 2 years ago
committed by GitHub
parent
commit
01023ef0ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/collect-token-statistic.js

2
scripts/collect-token-statistic.js

@ -18,7 +18,7 @@ const EmptyElement = React.createElement('div');
const styleFiles = glob.sync(
path.join(
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…
Cancel
Save