mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5440] [MERGED] docs(cli): add workspace dependency build requirements to README #5210
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5210
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/hoppscotch/hoppscotch/pull/5440
Author: @iw4p
Created: 10/3/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @jamesgeorge007
Base:
next← Head:patch-1📝 Commits (2)
ad54e50docs: add workspace dependencies build steps to CLI README440d779docs(cli): clarify workspace dependency build requirements📊 Changes
1 file changed (+18 additions, -5 deletions)
View changed files
📝
packages/hoppscotch-cli/README.md(+18 -5)📄 Description
Add instructions to build
@hoppscotch/dataand@hoppscotch/js-sandboxpackages before building the CLI to resolve dependency resolution issues.The CLI depends on these workspace packages, which need to be built locally before the CLI can be compiled successfully.
What's changed
Notes to reviewers
This is a documentation-only change that adds missing build instructions for workspace dependencies. I tried to use CLI on my machine, and the CLI build was failing because it depends on
@hoppscotch/dataand@hoppscotch/js-sandboxpackages that need to be built locally before the CLI can be compiled.The documentation now clarifies that:
pnpm installpackages/hoppscotch-clidirectoryThe changes are minimal and focused - only adding the necessary build commands with clear comments explaining the order of operations and when rebuilds are needed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.