diff --git a/backend/scripts/sync-vocab-course-content.js b/backend/scripts/sync-vocab-course-content.js index e44b566..2a1337e 100644 --- a/backend/scripts/sync-vocab-course-content.js +++ b/backend/scripts/sync-vocab-course-content.js @@ -27,10 +27,11 @@ const SAFE_SYNC_STEPS = { 'backend/scripts/extend-bisaya-course-phase3.js', 'backend/scripts/extend-bisaya-course-phase4.js', 'backend/scripts/extend-bisaya-course-phase5.js', - // Final ausführen: alte Zusatzlektionen 44/45 teilen Nummern mit Phase 3; - // die aktuell sichtbaren Zahlenlektionen müssen ihre Didaktik behalten. - 'backend/scripts/update-bisaya-didactics.js', - 'backend/scripts/create-bisaya-course-content.js' + // Alte Zusatzlektionen 44/45 teilen Nummern mit Phase 3. Erst der + // Content-Schritt stellt ihre sichtbaren Zahlentitel wieder her; danach + // kann die Didaktik die Zahlmuster statt der Besuchsmuster einspielen. + 'backend/scripts/create-bisaya-course-content.js', + 'backend/scripts/update-bisaya-didactics.js' ], 'german-for-bisaya': [ 'backend/scripts/create-german-for-bisaya-course.js',