voidzero-dev / voidzero-dev/vite-task
`vp run` does not preserve shell semantics for package.json scripts
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.