Opened 2 years ago
Closed 2 years ago
#56659 closed feature request (duplicate)
Test the build process for default themes
Reported by: | desrosj | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | good-first-bug |
Focuses: | Cc: |
Description
There are three bundled themes that have their own build process:
- Twenty Nineteen
- Twenty Twenty
- Twenty Twenty-One
There is currently a Core workflow that confirms the main build scripts work correctly and as expected for all contributors. It would be great to also test the same for these default themes.
Change History (2)
Note: See
TracTickets for help on using
tickets.
I think this would fit nicely in the
test-npm.yml
workflow that already exists. The things that should be tested:npm install
andnpm run build
complete without error.