Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: run npm production tests before development mode (#20951)
If the dev and prod mode test modules are defined in the same folder, the production mode can fail if executed after development mode. This happens because the dev mode npm install background process may still be running when Maven executes the frontend build for prod mode, causing conflicts in the node_modules folder. This change swaps the execution order of the modules to ensure that prod mode is executed before dev mode.
- Loading branch information