9 lines
235 B
TOML
9 lines
235 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"
|
|
|
|
[tools]
|
|
node = '22.11.0'
|