Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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

Assessment

This issue has not been assessed yet.

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

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

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.

More from voidzero-dev/vite-task

All issues in voidzero-dev/vite-task

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.