From 0d10084c2c495282a10eab71be43d823a3a2585b Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 12 Mar 2026 09:52:50 +0000 Subject: [PATCH] Sync sched as part of build --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a30e8a108..a72a37aad2 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "lint:docs": "eslint --ignore-path .gitignore src/pages/learn --format stylish", "lint:docs:ci": "eslint --ignore-path .gitignore src/pages/learn --format eslint-formatter-github", "postbuild": "next-sitemap", - "prebuild": "tsx scripts/get-github-info && node scripts/sync-landing-schema && node scripts/sync-working-groups", + "prebuild": "tsx scripts/get-github-info && node scripts/sync-landing-schema && node scripts/sync-working-groups && ( pnpm run sync-sched || echo 'Sched sync failed; continuing...' )", "start": "next start", - "sync:sched": "tsx scripts/sync-sched/sync.ts --year 2026", + "sync-sched": "tsx scripts/sync-sched/sync.ts --year 2026", "test": "playwright test && pnpm test:unit", "test:e2e": "playwright test", "test:show-report": "playwright show-report",