mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #84] [CLOSED] fix: make vinext bin resilient in workspace installs #295
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#295
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/84
Author: @ruskzane
Created: 2/26/2026
Status: ❌ Closed
Base:
main← Head:fix/vinext-prepare-build📝 Commits (1)
171ae15fix: make vinext bin resilient in workspace installs📊 Changes
2 files changed (+24 additions, -2 deletions)
View changed files
➕
packages/vinext/cli.js(+20 -0)📝
packages/vinext/package.json(+4 -2)📄 Description
What
When installing the monorepo with pnpm, fixture/example workspaces that depend on
vinextcan emit warnings because the packagebinpoints atdist/cli.jsbefore the build runs.This change adds a small top-level
cli.jswrapper (checked into the repo and included in npm files) and updatesbinto point to it. The wrapper forwards todist/cli.jswhen present, and otherwise prints a clear instruction to run the build.Why
Notes
preparestill runstscso dist exists after install.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.