chore: "Force" Netlify to use npm to build new site - #5319
Merged
Conversation
JoshuaKGoldberg
requested changes
Mar 26, 2025
JoshuaKGoldberg
left a comment
Member
There was a problem hiding this comment.
Awesome investigation and great one-liner result, nicely done! 👏 🔥
5 tasks
JoshuaKGoldberg
pushed a commit
that referenced
this pull request
Apr 7, 2025
lennonnikolas
pushed a commit
to lennonnikolas/mocha
that referenced
this pull request
Jan 24, 2026
* docs: add new website using Astro Starlight * chore: add docs command to package.json * Add supporters.js dependencies * add root-level install to npm run docs * remove question mark * docs-next/netlify.toml * console.log(process.env) * Don't have /next base in Netlify * More proper astro.config.mjs * linting * Smaller title * Dark mode fixups * Slightly darker sl-color-white * Mentioned this being WIP * Missing _ * Tweaked notice * Tweaked notice colors * Tweaked notice text * fix /api and /example/tests.html links * fix: responsive homepage title * fix: sized responsive homepage title * Added <Head> override for mocha-thumbnail.svg * Added starting buttons * fix: starting buttons config link * fix: starting buttons 'ing' * Footer mobile responsiveness, and root netlify.toml revert * Simpler, more accurate test file * Use npm explicitly * Remove pnpm-lock.yaml * Remove example.mdx --------- Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
lennonnikolas
pushed a commit
to lennonnikolas/mocha
that referenced
this pull request
Jan 24, 2026
…5319)" (mochajs#5322) This reverts commit a558efe.
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.
PR Checklist
status: accepting prsOverview
"Force" Netlify to use
npminstead ofpnpmto get around our weird build issues.Note this issue is only visible in Netlify so non-trusted contributors won't be able to see a lot of the context here.
Ref #5318 for links to a sample build and snippets of logs for context