refactor: convert is-audited to TypeScript (#51232)

This commit is contained in:
Oliver Eyton-Williams
2023-08-14 12:20:22 +02:00
committed by GitHub
parent 0f9066e504
commit e99154665e
11 changed files with 61 additions and 56 deletions
+2 -2
View File
@@ -111,8 +111,8 @@ void (async () => {
console.log(`\n=== ${lang} ===`);
const certs = getAuditedSuperBlocks({
language: lang,
showNewCurriculum: process.env.SHOW_NEW_CURRICULUM,
showUpcomingChanges: process.env.SHOW_UPCOMING_CHANGES
showNewCurriculum: process.env.SHOW_NEW_CURRICULUM === 'true',
showUpcomingChanges: process.env.SHOW_UPCOMING_CHANGES === 'true'
});
const langCurriculumDirectory = join(
process.cwd(),