Update update-api.js

This commit is contained in:
Aleksandr Statciuk 2022-01-19 22:08:45 +03:00
parent 9e45139883
commit 3b4db94206
3 changed files with 16 additions and 11 deletions

View file

@ -6,10 +6,7 @@ const API_DIR = process.env.API_DIR || '.gh-pages/api'
async function main() {
await generateChannelsJson()
// Reason: File api/programs.json is 419.08 MB; this exceeds GitHub's file size limit of 100.00 MB
// await generateProgramsJson()
await generateProgramsJson()
logger.info(`Done`)
}