fix(tech): use rss() for CISA feed, drop build from pre-push hook (#475)

- CISA Advisories used dead rss.worldmonitor.app domain (404), switch to rss() helper
- Remove Vite build from pre-push hook (tsc already catches errors)
This commit is contained in:
Elie Habib
2026-02-27 21:44:27 +04:00
committed by GitHub
parent fd36bd0fff
commit f22ccac2eb
2 changed files with 1 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
echo "Running type check..."
npm run typecheck || exit 1
echo "Running Vite build (catches esbuild errors in server/)..."
npm run build:full || exit 1
echo "Running version sync check..."
npm run version:check || exit 1