Skip to content

Conversation

@dslovinsky
Copy link
Collaborator

@dslovinsky dslovinsky commented Jan 23, 2026

Description

The first run of this failed. Looks like there was a bug in the GHA workflow itself caused by pnpm output overwriting the output of the detect-spec-changes script. Adding -s flag should fix it by suppressing that.

This time I tested the build step in the feature branch. You can see output here. The deploy to GH pages fails because of env protections but that's fine.

Changes Made

Call detect-spec-changes with -s flag

Testing

  • I have tested these changes locally
  • I have run the validation scripts (pnpm run validate)
  • I have checked that the documentation builds correctly

@dslovinsky dslovinsky requested a review from a team as a code owner January 23, 2026 02:28
Copilot AI review requested due to automatic review settings January 23, 2026 02:28
@dslovinsky dslovinsky self-assigned this Jan 23, 2026
@github-actions
Copy link

github-actions bot commented Jan 23, 2026

🌿 Documentation Preview

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jan 23, 2026, 2:36 AM

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the GitHub Actions workflow where pnpm's output was interfering with the detect-spec-changes script output. The fix adds the -s (silent) flag to suppress pnpm's informational messages.

Changes:

  • Modified the detect-spec-changes command to use pnpm's silent flag (-s) to prevent output pollution

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot temporarily deployed to docs-preview January 23, 2026 02:29 Destroyed
@github-actions github-actions bot temporarily deployed to docs-preview January 23, 2026 02:30 Destroyed
@github-actions github-actions bot temporarily deployed to docs-preview January 23, 2026 02:31 Destroyed
@dslovinsky dslovinsky merged commit a20fffb into main Jan 23, 2026
13 of 15 checks passed
@dslovinsky dslovinsky deleted the ds/pnpm-s-fix branch January 23, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants