Add test for checking if the UI components are built on tagged version
Currently we are checking manually every time we are doing a release over 1.3.x. This checks so MDXEditor, JSON Schema Field and AI CKEditor is built. These are built via our build script, but potentially something could go wrong there. We should automate this instead. ### TODO * [ ] Add an extra test that only runs on tagging in gitlab. * [ ] The test should check for the asset existing, or else return with an error code so red is shown. * [ ] Potentially a unit test is ok for this. ###
issue