Skip to content

Commit

Permalink
chore: update token statistic script (#40000)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Jan 4, 2023
1 parent 6683c58 commit 01023ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collect-token-statistic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
),
);

Expand Down

0 comments on commit 01023ef

Please sign in to comment.