cisagov / crossfeed

External monitoring for organization assets
https://docs.crossfeed.cyber.dhs.gov
Creative Commons Zero v1.0 Universal
373 stars 54 forks source link

Fix Frontend Pipeline Error #2500

Closed Matthew-Grayson closed 8 months ago

Matthew-Grayson commented 8 months ago

๐Ÿ—ฃ Description

Change file extension of frontend/scripts/constants file to *.js to match the import statements in api.js and docs.js.

๐Ÿ’ญ Motivation and context

The frontend pipeline is broken due to a change I pushed last week that adds a constant file to frontend/scripts. The constants file was named constants.ts but the import statements in api.js and docs.js reference constants.js. See failed pipeline here.

๐Ÿงช Testing

โœ… Pre-approval checklist

โœ… Pre-merge checklist

โœ… Post-merge checklist