You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev on master [$!?] via v20.11.0 on ☁️ (us-west-2)
❯ cat .mise.toml
[tasks.test]
run = "echo 123"
dev on master [$!?] via v20.11.0 on ☁️ (us-west-2)
❯ time /Users/vlad/.local/bin/mise -v run test
[DEBUG] ARGS: /Users/vlad/.local/bin/mise -v run test
[DEBUG] Config {
Config Files: [
"~/node/binerals/dev/.mise.toml",
"~/node/binerals/dev/.nvmrc",
"~/.config/mise/config.toml",
"~/.tool-versions",
],
}
[DEBUG] Toolset: node@20, watchexec@1.25.1
[INFO] [test] $ echo 123
[DEBUG] $ sh -c echo 123
[test] 123
/Users/vlad/.local/bin/mise -v run test 0.45s user 1.83s system 38% cpu 5.901 total
The text was updated successfully, but these errors were encountered:
Well, I understood why this happens, the larger the code base, the longer it takes
Steps to reproduce
cd$(mktemp -d)echo'[tasks.test]\nrun = "echo 1234"'> .mise.toml
git clone git@github.com:angular/angular.git --depth 1
cd angular
yarn
cd ..
time mise -v run test
after that, the task is completed for me in about a second
The text was updated successfully, but these errors were encountered: