diff --git a/Cargo.lock b/Cargo.lock index 156042e67..cde93c372 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2263,9 +2263,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", diff --git a/docs/cli/index.md b/docs/cli/index.md index 2eb356369..c8f8d24b3 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<