Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ reorder-tasks.ts
File
reorder-tasks.ts
tools/challenge-helper-scripts/reorder-tasks.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ updateTaskMeta, updateTaskMarkdownFiles } from
'./utils.js'
;
2
3
const
reorderTasks =
async
() => {
4
await
updateTaskMeta();
Callers
nothing calls this directly
Calls
1
reorderTasks
Function · 0.85
Tested by
no test coverage detected