mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
import { getLastStep } from './helpers/get-last-step-file-number.js';
|
|
import { insertStep } from './commands.js';
|
|
|
|
void insertStep(getLastStep().stepNum + 1);
|