chore: remove old scraper scripts, replaced by backend scheduler

Delete scripts/scrape.ts and scripts/scrape-schedule.sh — their
functionality now lives in the backend's node-cron tiered scheduler
(backend/src/services/scheduler.ts + scraper.ts).

Remove scrape and scrape:force npm scripts from package.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 21:33:34 -04:00
parent 70b56158d4
commit ccd35c4648
3 changed files with 0 additions and 154 deletions
-2
View File
@@ -7,8 +7,6 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"scrape": "tsx scripts/scrape.ts",
"scrape:force": "tsx scripts/scrape.ts --rescrape",
"debug": "tsx scripts/debug.ts",
"test": "tsx --test tests/*.test.ts"
},