Skip to content

Commit

Permalink
fix: concurrent option is not working correctly (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es committed Feb 5, 2021
1 parent 29a0b68 commit 4383815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lint-staged.js
Expand Up @@ -76,7 +76,7 @@ const getMaxArgLength = () => {

const options = {
allowEmpty: !!cmdline.allowEmpty,
concurrent: cmdline.concurrent,
concurrent: JSON.parse(cmdline.concurrent),
configPath: cmdline.config,
debug: !!cmdline.debug,
maxArgLength: getMaxArgLength() / 2,
Expand Down

0 comments on commit 4383815

Please sign in to comment.