1
Fork 0

Compare commits

..

No commits in common. "83e240ad70c6cffecc683c40931cc86e31f79c16" and "05ded820ee42f2ac3b052b77191437d63da9afe1" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -16,6 +16,7 @@ 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,8 +50,6 @@ 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,