fix(tools): update helper scripts (#41923)

This commit is contained in:
Oliver Eyton-Williams
2021-04-27 20:29:49 +02:00
committed by GitHub
parent 300ff756ce
commit 17a7a84b48
4 changed files with 13 additions and 18 deletions

View File

@@ -35,7 +35,7 @@ A one-off script that automatically adds a new step between two existing consecu
1. Change to the directory of the project.
2. Run the following npm command:
```bash
npm run create-step-between start=X end=Y # where X is the starting step number and Y is the following step number.
npm run create-step-between start=X # where X is the starting step number
```
## [delete-step.js](delete-step.js)