diff --git a/.mise.toml b/.mise.toml index aaf7a7a..ebe4144 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,6 @@ tasks.lint = "bun run lint" tasks."lint:fix" = "bun run format:write" +tasks.version = "npm run version" [tools] node = '20.10.0'