Skip to content

vp run does not preserve shell semantics for package.json scripts #573

Description

@TheAlexLichter

vp run currently executes package.json scripts without fully preserving the shell semantics provided by package managers. For example, given:

{
  "scripts": {
    "lint": "vp lint packages/*/src"
  }
}

pnpm lint expands packages/*/src, while vp run lint passes it literally and fails with "No files found to lint."

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions