How do I zip the required files for hosted testing?

I was missing the fact that you had to run yarn build for it to also populate the bundle.js files for each as well along with those html files in the public folder into the /dist folder. Thank you!