mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
import { getLastStep } from './helpers/get-last-step-file-number';
|
|
import { insertStep } from './commands';
|
|
|
|
void insertStep(getLastStep().stepNum + 1);
|