Skip to content

Commit

Permalink
add SCRIPTY_PARALLEL to the CLI
Browse files Browse the repository at this point in the history
Verified it worked by testing with:

$ SCRIPTY_PARALLEL=true npm run somedir
  • Loading branch information
searls committed Apr 16, 2016
1 parent 4a9c975 commit 612b721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if (!lifecycleEvent) {

scripty(lifecycleEvent, {
userArgs: process.argv.slice(2),
parallel: process.env['SCRIPTY_PARALLEL'] === 'true',
spawn: {
stdio: 'inherit'
}
Expand Down

0 comments on commit 612b721

Please sign in to comment.