Cannot view the result deployed files of the Build command

Hi there,
I have set-up a CI/CD for a test project.
As soon as I push changes to Git, Netlify auto builds my Vue project which is great.

However, when I go to the dist folder (build directory for static files), I don’t see any files generated through nuxt generate (build command).

I am not sure where the result files of the build command are stored on my Git server.

The generated files are not stored in your Git repo. It’s hosted on Netlify. You can download the deploy from Netlify UI’s deploys section.

1 Like