diff --git a/docs/bun.lockb b/docs/bun.lockb index 3298355f67..f210b1646d 100755 Binary files a/docs/bun.lockb and b/docs/bun.lockb differ diff --git a/docs/cli/index.md b/docs/cli/index.md index 2eb3563696..c8f8d24b3c 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -1026,7 +1026,7 @@ In .mise.toml, tasks take this form: outputs = ["dist/**/*.js"] Alternatively, tasks can be defined as standalone scripts. -These must be located in the `.mise/tasks` directory. +These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory. The name of the script will be the name of the tasks. $ cat .mise/tasks/build<