Skip to content

Commit 88b33d3

Browse files
committed
add parallelism
1 parent 8e15ed8 commit 88b33d3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

mise.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,5 @@ run = [
7171

7272
[tasks."check"]
7373
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-
]
74+
description = 'Run lint fix, typecheck, and tests in parallel - full quality check'
75+
depends = ['lint:fix', 'typecheck', 'test']

0 commit comments

Comments
 (0)