Skip to content

Commit aa63e8b

Browse files
SigureMoCopilot
andcommitted
fix: fail on ty warnings
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8adaa63 commit aa63e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fmt:
1212
prettier --write '**/*.md'
1313

1414
lint:
15-
uv run ty check src/moelib tests
15+
uv run ty check --error-on-warning src/moelib tests
1616
uv run ruff check .
1717

1818
fmt-docs:

0 commit comments

Comments
 (0)