Skip to content

Disable react-scripts behaviour of treating warning as errors in CI

Yuto Takano requested to merge yutotakano/ci-frontend-compile-test into master

Frontend warnings are fine as warnings, we only really want to check for TypeScript compile errors.

Merge request reports