fix: use keys in curriculum.json (#45407)
* feat: add function to map from path to superblock * fix: use superblocks as keys in curriculum.json * fix: handle new superblock names * fix: keep deleting relational-database
This commit is contained in:
committed by
GitHub
parent
f485bc1c16
commit
8ee9b5761a
@ -41,7 +41,7 @@ exports.buildChallenges = async function buildChallenges() {
|
||||
|
||||
// temp removal of rdbms from production
|
||||
if (deploymentEnv !== 'staging') {
|
||||
delete curriculum['13-relational-databases'];
|
||||
delete curriculum['relational-database'];
|
||||
}
|
||||
|
||||
const superBlocks = Object.keys(curriculum);
|
||||
|
Reference in New Issue
Block a user