Skip to content

Draft: Test Vite build in CI

Stanislav Lashmanov requested to merge slashmanov/test-vite-build-in-ci into master

What does this MR do and why?

This MR adds a Vite production build job to our CI. It is configured to be automatically run only on the master branch or manually.

The purpose of this job is to catch Vite build errors early and fix them in the final production ready build.

How to set up and validate locally

  1. The compile-production-assets-vite job must appear in this MR

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stanislav Lashmanov

Merge request reports