MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / reorderTasks

Function reorderTasks

tools/challenge-helper-scripts/reorder-tasks.ts:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { updateTaskMeta, updateTaskMarkdownFiles } from './utils.js';
2
3const reorderTasks = async () => {
4 await updateTaskMeta();
5 console.log("Finished updating tasks in 'meta.json'.");
6
7 updateTaskMarkdownFiles();
8 console.log('Finished updating task markdown files.');
9};
10
11void reorderTasks();

Callers 1

reorder-tasks.tsFile · 0.85

Calls 2

updateTaskMetaFunction · 0.85
updateTaskMarkdownFilesFunction · 0.85

Tested by

no test coverage detected