Skip to content

Commit

Permalink
build: address typescript build failure (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jun 11, 2020
1 parent a6ed6f0 commit 8726a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const cli = meow(
{
flags: {
config: {type: 'string'},
concurrency: {type: 'string'},
concurrency: {type: 'number'},
recurse: {type: 'boolean', alias: 'r'},
skip: {type: 'string', alias: 's'},
format: {type: 'string', alias: 'f'},
Expand Down

0 comments on commit 8726a9f

Please sign in to comment.