mise task

This commit is contained in:
Jeff Dickey 2024-01-12 18:41:33 -06:00
parent 5424b1f50b
commit c80fa4f4ef
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -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'