diff --git a/components/Library/UnmaintainedLabel.tsx b/components/Library/UnmaintainedLabel.tsx index ae4a8b32..22e83275 100644 --- a/components/Library/UnmaintainedLabel.tsx +++ b/components/Library/UnmaintainedLabel.tsx @@ -19,8 +19,8 @@ export default function UnmaintainedLabel({ alternatives, block }: Props) { diff --git a/scripts/build-and-score-data.ts b/scripts/build-and-score-data.ts index 8abf3817..1c4e8a91 100644 --- a/scripts/build-and-score-data.ts +++ b/scripts/build-and-score-data.ts @@ -25,7 +25,7 @@ const USE_DEBUG_REPOS = false; // If script should only write to the local data file and not upload to the store. // This is useful for debugging and testing purposes. -const ONLY_WRITE_LOCAL_DATA_FILE = true; +const ONLY_WRITE_LOCAL_DATA_FILE = false; // If script should try to scrape images from GitHub repositories. const SCRAPE_GH_IMAGES = false;