We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbd857 commit f9103c1Copy full SHA for f9103c1
justfile
@@ -211,7 +211,7 @@ lint: sort-imports
211
fix: lint format
212
213
# run all static checks
214
-check: check-lint check-format check-types check-package check-docs check-docs-links check-readme
+check: install-docs check-lint check-format check-types check-package check-docs check-docs-links check-readme
215
216
# run all tests
217
test-all DB_CLIENT="dev":
0 commit comments