File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments