We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30d276 commit a3257aeCopy full SHA for a3257ae
packages/bundle-size/src/index.js
@@ -1,7 +1,7 @@
1
const yargs = require('yargs');
2
3
const cliSetup = yargs
4
- .commandDir('commands', { exclude: /.test.js$/ })
+ .commandDir('commands', { exclude: /.test\.js$/ })
5
.option('quiet', {
6
alias: 'q',
7
type: 'boolean',
0 commit comments