mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user