We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e15ed8 commit 88b33d3Copy full SHA for 88b33d3
mise.toml
@@ -71,9 +71,5 @@ run = [
71
72
[tasks."check"]
73
alias = 'chk'
74
-description = 'Run lint fix, typecheck, and tests - full quality check'
75
-run = [
76
- 'pnpm run lint:fix',
77
- 'pnpm run typecheck',
78
- 'pnpm run test'
79
-]
+description = 'Run lint fix, typecheck, and tests in parallel - full quality check'
+depends = ['lint:fix', 'typecheck', 'test']
0 commit comments