Skip to content

Commit a3257ae

Browse files
committed
fix regex
1 parent e30d276 commit a3257ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bundle-size/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const yargs = require('yargs');
22

33
const cliSetup = yargs
4-
.commandDir('commands', { exclude: /.test.js$/ })
4+
.commandDir('commands', { exclude: /.test\.js$/ })
55
.option('quiet', {
66
alias: 'q',
77
type: 'boolean',

0 commit comments

Comments
 (0)