Closed nataliecarey closed 1 year ago
Thank you for submitting a pull request on this HMRC repository. A member of the HMRC team will review your changes and action accordingly.
HMRC reviewer: please reference this runbook for guidance on how to proceed.
We're working on a new plugin page, we'll be making use of new metadata that comes from plugin config. This PR adds that metadata.
I've also added the validator to the post-build tests, this uses
npx
and@latest
to always look at the latest requirements. I recommend this approach but it does erode the purity of repeatable builds, you could hardcode a version number in there or installgovuk-prototype-kit
as a (dev) dependency and remove bothnpx
and@latest
.