I was able to deploy the UI changes to the dev environment by using the following commands - `npm i` - `firebase use dev` (after signing into firebase CLI) - `npm run build` - `firebase deploy --only hosting The work to add this to our existing CI/CD will happen in a later ticket. This work was just to make sure we had the correct permissions and ability to deploy.
Bug 1799124 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I was able to deploy the UI changes to the dev environment by using the following commands - `npm i` - `firebase use dev` (after signing into firebase CLI) - `npm run build` - `firebase deploy --only hosting` The work to add this to our existing CI/CD will happen in a later ticket. This work was just to make sure we had the correct permissions and ability to deploy.