9 lines
265 B
Plaintext
Executable File
9 lines
265 B
Plaintext
Executable File
# #!/usr/bin/env sh
|
|
|
|
# Uncomment tools in docs.yml before commit to avoid issues
|
|
# echo "Uncommenting tools in docs.yml before commit..."
|
|
# (cd fern && uv run python generators/tool_doc_generator/pre_commit_tool_doc.py)
|
|
|
|
# Run existing lint-staged
|
|
pnpm lint-staged
|