1
Fork 0

Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,6 @@ To build and develop Tildes Shepherd you will need:
* [NodeJS](https://nodejs.org) (recommended 18.16.0)
* [pnpm](https://pnpm.io) (recommended 8.6.0)
* [cargo-make](https://sagiegurari.github.io/cargo-make/)
* [Firefox](https://mozilla.org/firefox) (recommended at least 102.0)
## cargo-make

View File

@ -50,6 +50,8 @@ async function main(): Promise<void> {
* @param tourId A unique ID for this tour.
* @param steps All the steps of the tour.
* @param eventHandlers Event handlers to attach to specific steps.
* @param runMainAgainAfterComplete Should the `main` function be run after this
* tour is completed?
*/
function startTour(
tourId: TourId,