mise-action/mise.toml
2025-07-16 04:49:54 +00:00

12 lines
312 B
TOML

tasks.pre-commit = ["npm run all", "git add dist"]
tasks.test.alias = ["t"]
tasks.test.run = ["npm run all"]
tasks.lint = "bun run lint"
tasks."lint:fix" = "bun run format:write"
tasks.version = "npm version"
tasks.release-plz = "./scripts/release-plz.sh"
[tools]
node = '24'
git-cliff = 'latest'
gh = 'latest'