Skip to content

Commit a3fd1ff

Browse files
committed
☕ Fix type-check command
1 parent e091527 commit a3fd1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lint: FORCE ## Lint code
2121
@deno lint
2222

2323
type-check: FORCE ## Type check
24-
@deno test --unstable --no-run **/*.ts
24+
@deno test --unstable --no-run $$(find . -name '*.ts')
2525

2626
test: FORCE ## Test
2727
@deno test --unstable -A

0 commit comments

Comments
 (0)