mise-action/mise.toml

8 lines
177 B
TOML
Raw Permalink Normal View History

2024-11-18 13:23:29 -06:00
tasks.pre-commit = ["npm run all", "git add dist"]
tasks.lint = "bun run lint"
tasks."lint:fix" = "bun run format:write"
2024-01-12 18:41:52 -06:00
tasks.version = "npm version"
[tools]
node = '22.11.0'