mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(tools): curriculum command line helpers (#61831)
This commit is contained in:
committed by
GitHub
parent
c58ba56eeb
commit
10c565828e
@@ -1,6 +1,4 @@
|
||||
import { getLastStep } from './helpers/get-last-step-file-number';
|
||||
import { insertStep } from './commands';
|
||||
import { validateMetaData } from './helpers/project-metadata';
|
||||
|
||||
validateMetaData();
|
||||
insertStep(getLastStep().stepNum + 1);
|
||||
void insertStep(getLastStep().stepNum + 1);
|
||||
|
||||
Reference in New Issue
Block a user