voidzero-dev / voidzero-dev/vite-task

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

Open
#573 2 comments 0 reactions 2 assignees View on GitHub

@RSS1102 is already working on this.

Since Aug 27, 2026.

Dominant language
Rust
Stars
466
Forks
42
Avg merge
1d 15h
Merged PRs (30d)
19

Description

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."

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.