alphagov / govuk-frontend

GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
https://frontend.design-system.service.gov.uk/
MIT License
1.17k stars 320 forks source link

Investigate how to save build logs (stdout and stderr) during releases #5222

Open romaricpascal opened 1 month ago

romaricpascal commented 1 month ago

What

Find a way to log stdout and stderr to files while running the release scripts

Why

Terminal history only allows to scroll back so much and if an error occurs, we may lose information.

Who needs to work on this

Developers

Who needs to review this

Developers

Done when