Skip to content

Wrap run-p value in single quotes to support yarn 2+ #77

@scheinercc

Description

@scheinercc

Hey Greg,
just in case you do want to support yarn at all it seems that for yarn 2+ (v4 just came out hence I remembered to upgrade from v1) run-p values need to be wrapped in single quotes, e.g.

"watch": "run-p watch:**",

becomes

"watch": "run-p 'watch:**'",

with no issue for npm.

Background: mysticatea/npm-run-all#200 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions