fix(ci): Lefthook e2e-links command should only look for files in staged_files

pull/6190/head
Jason Stirnaman 2025-07-05 15:36:21 -05:00
parent c74060210b
commit 9b4aac82aa
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ pre-push:
tags: test,links
glob: 'content/*.{md,html}'
run: |
echo "Running link checker for: {push_files}"
yarn test:links {push_files}
echo "Running link checker for: {staged_files}"
yarn test:links {staged_files}
exit $?
# Manage Docker containers