From 8726a9fb049bfd681d7dd099024458ad7ea32c6b Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 10 Jun 2020 17:25:31 -0700 Subject: [PATCH] build: address typescript build failure (#173) --- src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.ts b/src/cli.ts index f4c2e38..50e2fad 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -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'},