GoogleChrome / chromium-dashboard

Chrome Status Dashboard
https://www.chromestatus.com
Apache License 2.0
636 stars 363 forks source link

Do `npm run build` before deploying. #4167

Closed jrobbins closed 1 month ago

jrobbins commented 1 month ago

This step was missing from the staging and deploy targets, causing them to deploy the last-compiled version of the code from the last npm start, which might not have all recent changes.