What user problem are we solving?
Lately, we've noticed some Eslint issues get passed unchecked in the build checks. This PR expands the scope of the frontend Next build checks to cover all frontend files and fail on errors.
In the near future, we want to add a yan build step to this check but this is excluded since it is failing and I am not sure how to fix them.
Testing Methodology
Basic test on getting the frontend up and running
Eslint Frontend Build Check Expanded
What user problem are we solving? Lately, we've noticed some Eslint issues get passed unchecked in the build checks. This PR expands the scope of the frontend Next build checks to cover all frontend files and fail on errors.
In the near future, we want to add a
yan build
step to this check but this is excluded since it is failing and I am not sure how to fix them.Testing Methodology Basic test on getting the frontend up and running