Skip to content

fix(docs): add docs/package.json so pnpm -C docs build resolves - #229

Merged
iamnewton merged 4 commits into
mainfrom
fix/deploy-workflow
Aug 15, 2026
Merged

fix(docs): add docs/package.json so pnpm -C docs build resolves#229
iamnewton merged 4 commits into
mainfrom
fix/deploy-workflow

Conversation

@iamnewton

Copy link
Copy Markdown
Contributor

The deploy workflow runs pnpm -C docs build which requires a package.json in docs/. Since astro.config.ts lives at the repo root, scripts pass --root .. so Astro finds it. No deps needed — all Astro packages are at the root.

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
@iamnewton
iamnewton requested a review from a team as a code owner August 15, 2026 01:01
@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #229   +/-   ##
=======================================
  Coverage   95.40%   95.40%           
=======================================
  Files           6        6           
  Lines          87       87           
  Branches       11       11           
=======================================
  Hits           83       83           
  Misses          2        2           
  Partials        2        2           
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@iamnewton
iamnewton merged commit 119a792 into main Aug 15, 2026
36 checks passed
@iamnewton
iamnewton deleted the fix/deploy-workflow branch August 15, 2026 01:25
@iamnewton

Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 0.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@iamnewton iamnewton added the released Included in a release label Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant