feat: allow filtering by block and challengeId (#63640)

This commit is contained in:
Oliver Eyton-Williams
2025-11-10 12:29:21 +01:00
committed by GitHub
parent 8de1289fa8
commit 4ec96c1a0c
5 changed files with 28 additions and 19 deletions
+4 -1
View File
@@ -15,7 +15,10 @@ import {
const globalConfigPath = path.resolve(__dirname, '../../../shared-dist/config');
const isSelectiveBuild = !!process.env.FCC_SUPERBLOCK;
const isSelectiveBuild =
process.env.FCC_SUPERBLOCK ||
process.env.FCC_BLOCK ||
process.env.FCC_CHALLENGE_ID;
void getChallengesForLang('english')
.then(result => {