Firebase hosting deployment failing
As @thmsdnnr mentioned, it seems that this error was caused by issues at firebase. Tried a new deployment first thing in the morning and everything went through first try.
Delete the hidden folder in you project root directory.
.firebase/hosting.*.cache
Deleting the .firebase folder and tried firebase deploy command again. Things seemed to be working fine.