Closed doug-newman-nasa closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.34%. Comparing base (
0590a70
) to head (78eb551
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Question: how do you run the prettier on the command line? I tried the ' --write' option but it only told me which files need to be changed. I resorted to installing prettier on VS code and formatting each file to get past the CI check. I'd rather do it at the command line and add documentation for others.
Question: how do you run the prettier on the command line? I tried the ' --write' option but it only told me which files need to be changed. I resorted to installing prettier on VS code and formatting each file to get past the CI check. I'd rather do it at the command line and add documentation for others.
I typically I run the command npm run prettier:fix
, which essentially runs prettier src --write
to resolve formatting issues.
https://bugs.earthdata.nasa.gov/browse/CMR-10184
A CMR collection can now indicate to consumers that it has a STAC API. If that is the case then we should use that link instead of a generic one inserted at runtime. This is useful of collections that do not index their granule metadata in CMR, like CWIC collections.