mise-action/mise.toml

10 lines
230 B
TOML
Raw Permalink Normal View History

2024-11-18 13:23:29 -06:00
tasks.pre-commit = ["npm run all", "git add dist"]
2024-12-13 06:03:07 -06:00
tasks.test.alias = ["t"]
tasks.test.run = ["npm run all"]
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]
2024-12-23 11:40:23 -08:00
node = '22'