After running npm run build to generate a dist folder for my Vue js app, I uploaded it to GitHub. However, when I made further changes to the code and ran npm run build again, a new dist folder was created and replaced the previous one. What can I do to avoid having to run the build command multiple times and instead update the dist folder directly?