Skip to content

Use npx next fallback in docs build#20

Merged
spMohanty merged 1 commit intomainfrom
dev/fix-readme-links-and-count
Apr 17, 2026
Merged

Use npx next fallback in docs build#20
spMohanty merged 1 commit intomainfrom
dev/fix-readme-links-and-count

Conversation

@spMohanty
Copy link
Copy Markdown
Contributor

Summary

Follow-up fix to make docs build checks robust in environments without a global next binary.

What changed

  • Updated Makefile docs build step so cd website && npm run build falls back to npx next build.
  • Kept existing behavior by running node scripts/generate-llmstxt.mjs after fallback build.
  • Leaves existing local/dependency-first path unchanged when next is available from local dependencies.

Validation

  • make docs-build no longer requires a globally installed next CLI in PATH.
  • Existing generated docs JSON artifacts remain local-only working-tree noise from earlier ad-hoc runs and are intentionally not part of this commit.

@spMohanty spMohanty merged commit dd73153 into main Apr 17, 2026
15 checks passed
@spMohanty spMohanty deleted the dev/fix-readme-links-and-count branch April 18, 2026 14:40
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.

1 participant