We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf7e5e commit 37fb032Copy full SHA for 37fb032
trainingportal/tools/recreateBadgesOnModulesUpdate.js
@@ -0,0 +1,4 @@
1
+const path = require('path');
2
+const challenges = require(path.join(__dirname, '../challenges'));
3
+
4
+challenges.recreateBadgesOnModulesUpdate();
0 commit comments