chore(docs): update the challenge helpers (#45318)

This commit is contained in:
Naomi Carrigan 2022-03-02 21:59:03 -08:00 committed by GitHub
parent 298b17a344
commit c23043ffd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ If you want to create new steps, the following tools simplify that process.
## create-next-step
A one-off script that will automatically add the next step based on the last step in the project. The challenge seed code will use the previous step's challenge seed code with the editable region markers (ERMs) removed.
A one-off script that will automatically add the next step based on the last step in the project. The challenge seed code will use the previous step's challenge seed code.
### How to run script:
@ -25,6 +25,8 @@ npm run create-next-step
A one-off script that automatically adds a specified number of steps. The challenge seed code for all steps created will be empty.
**Note:** This script also runs [update-step-titles](#update-step-titles).
### How to run script:
1. Change to the directory of the project.