Skip to content

npm-run-all slurps stdin #166

Open
Open
@cjolowicz

Description

@cjolowicz

The following should print hello after running test but doesn't.

echo hello | ( node_modules/.bin/run-p test; cat )

run-p should not read from stdin unless it's using it. This behaviour breaks use cases where we read lines from stdin and want to invoke run-p on each line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions