mise-action/.mise.toml

7 lines
130 B
TOML
Raw Normal View History

tasks.lint = "bun run lint"
tasks."lint:fix" = "bun run format:write"
2024-01-12 18:41:33 -06:00
tasks.version = "npm run version"
[tools]
node = '20.10.0'