chore(build): update npm and run build css and icons - #63
Merged
HeyItsGilbert merged 1 commit intoAug 11, 2026
Conversation
✅ Deploy Preview for powershellorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
psjamesp
approved these changes
Aug 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the site’s Node-based build tooling inputs/outputs for this Hugo static site by pinning build dependencies, adding a committed npm lockfile, and regenerating prebuilt CSS/icon subset assets that are shipped as part of the repository.
Changes:
- Pin
hugo-extendedto^0.152.2and commit a newpackage-lock.json(and stop ignoring it). - Regenerate the committed Tailwind CSS output and update the Font Awesome subset CSS.
Reviewed changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Pins hugo-extended and defines build scripts used for generating committed assets. |
| package-lock.json | Introduces a committed dependency lockfile for reproducible installs. |
| assets/css/tailwind.css | Updates the prebuilt (purged) Tailwind CSS shipped with the site. |
| assets/css/fontawesome-subset.css | Adds a missing Font Awesome class used by templates. |
| .gitignore | Stops ignoring package-lock.json so it can be committed. |
Files not reviewed (1)
- assets/css/tailwind.css: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
HeyItsGilbert
force-pushed
the
npmBuild
branch
from
August 11, 2026 17:32
b2b6606 to
26fc6af
Compare
HeyItsGilbert
changed the base branch from
main
to
fix/bluesky-icon-and-deploy-asset-rebuild
August 11, 2026 17:33
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.
The build task was failing (see https://github.com/PowerShellOrg/PowerShellOrgWebsite/actions/runs/31510341606/job/93856693271?pr=62). This runs the commands and re-adds the package lock file.
Also updated the hugo version to address a known vuln issues (classic npm).