Skip to content

Commit f9103c1

Browse files
committed
install docs before runing check
1 parent 1cbd857 commit f9103c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ lint: sort-imports
211211
fix: lint format
212212

213213
# run all static checks
214-
check: check-lint check-format check-types check-package check-docs check-docs-links check-readme
214+
check: install-docs check-lint check-format check-types check-package check-docs check-docs-links check-readme
215215

216216
# run all tests
217217
test-all DB_CLIENT="dev":

0 commit comments

Comments
 (0)