Skip to content

Commit 83bcbd6

Browse files
authored
Sync sched as part of build (#2352)
1 parent c1a4c73 commit 83bcbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"lint:docs": "eslint --ignore-path .gitignore src/pages/learn --format stylish",
1616
"lint:docs:ci": "eslint --ignore-path .gitignore src/pages/learn --format eslint-formatter-github",
1717
"postbuild": "next-sitemap",
18-
"prebuild": "tsx scripts/get-github-info && node scripts/sync-landing-schema && node scripts/sync-working-groups",
18+
"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...' )",
1919
"start": "next start",
20-
"sync:sched": "tsx scripts/sync-sched/sync.ts --year 2026",
20+
"sync-sched": "tsx scripts/sync-sched/sync.ts --year 2026",
2121
"test": "playwright test && pnpm test:unit",
2222
"test:e2e": "playwright test",
2323
"test:show-report": "playwright show-report",

0 commit comments

Comments
 (0)