fix(website): pin docs-theme to the published v0.3.1 tag#224
Open
Conversation
This was referenced Jul 2, 2026
Member
Author
cb2392d to
f7f3436
Compare
ee08069 to
a556322
Compare
website/vendor/ was gitignored while website/package.json depended on file:vendor/theme, so every fresh checkout and CI run died at pnpm install (spec item 0.5; main CI has been red since the website landed). The theme is now published: docs-theme v0.3.1 (cut today from the previously-vendored 0.3.0 surface, dist committed and un-gitignored — 0.3.0's tag dropped dist during pnpm git-dep packing). Deps move to github:rivet-dev/docs-theme#v0.3.1 with root pnpm overrides mapping @rivet-gg/components|icons to the tag's vendor subpackages (the theme's internal file: deps don't resolve for git consumers). Verified: pnpm install from a tree with NO website/vendor, and pnpm --dir website build (32 pages) both green.
f7f3436 to
4b79e5b
Compare
a556322 to
ec5199e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
website/vendor/ was gitignored while website/package.json depended on
file:vendor/theme, so every fresh checkout and CI run died at pnpm install
(spec item 0.5; main CI has been red since the website landed). The theme
is now published: docs-theme v0.3.1 (cut today from the previously-vendored
0.3.0 surface, dist committed and un-gitignored — 0.3.0's tag dropped dist
during pnpm git-dep packing). Deps move to github:rivet-dev/docs-theme#v0.3.1
with root pnpm overrides mapping @rivet-gg/components|icons to the tag's
vendor subpackages (the theme's internal file: deps don't resolve for git
consumers). Verified: pnpm install from a tree with NO website/vendor, and
pnpm --dir website build (32 pages) both green.