knowii-oss / knowii

Knowii is a next-gen Community Knowledge Management platform
https://knowii.net
GNU Affero General Public License v3.0
9 stars 1 forks source link

Fix CI npm run build then remove vite manifest from Git #1038

Open dsebastien opened 3 weeks ago

dsebastien commented 3 weeks ago

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.

dsebastien commented 3 weeks ago

This change is needed because running npm run build locally WILL invalidate the manifest, and will cause needless trouble when committing changes