Open dsebastien opened 3 weeks ago
npm run build
We should find how to be able to run npm run build to generate the Vite manifest during CI execution, and remove it from Git.
This change is needed because running npm run build locally WILL invalidate the manifest, and will cause needless trouble when committing changes
715 has added CI back-end tests execution, but it required adding the Vite manifest because
npm run build
failed in CI.We should find how to be able to run
npm run build
to generate the Vite manifest during CI execution, and remove it from Git.