Skip to content

Commit 0ad08aa

Browse files
committed
WDSEN-51 - Update packages and remove .nvmrc
1 parent f471260 commit 0ad08aa

8 files changed

Lines changed: 951 additions & 1788 deletions

File tree

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.lock

Lines changed: 59 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See the [main README](../README.md) Table of Contents for the full tree, or insp
2424
npm run setup
2525
```
2626

27-
This removes `node_modules`, `vendor`, `build`, `package-lock.json`, and `composer.lock`, then installs dependencies and runs an initial build.
27+
This removes `node_modules`, `vendor`, `build`, `package-lock.json`, and `composer.lock`, then installs dependencies, runs an initial build, and runs `fonts:generate` to refresh `theme.json` font families (that step is not part of `npm run build` alone).
2828

2929
**Note:** Composer 2 and NPM 11+ are required. Use the theme’s [.devcontainer](../.devcontainer) for a theme-only workflow (PHP 8.2, Node 24; no local install)—works for anyone. Or install PHP 8.2+ and Node 24+ natively.
3030

@@ -33,7 +33,7 @@ This removes `node_modules`, `vendor`, `build`, `package-lock.json`, and `compos
3333
| Command | Description |
3434
|--------|--------------|
3535
| `npm run a11y` | Run accessibility tests (Pa11y-CI). |
36-
| `npm run build` | Build theme assets (prints cache version after theme.json). |
36+
| `npm run build` | Build theme assets. |
3737
| `npm run create-block` | Scaffold a new block. |
3838
| `npm run format` | Format JS, SCSS, and PHP. |
3939
| `npm run format:css` | Format SCSS. |

0 commit comments

Comments
 (0)