Streamline the linker hook messages

This commit is contained in:
Robin
2025-03-27 14:05:10 -04:00
parent 6a5b79143e
commit a993d8cd26
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ if test -f "$FILE"; then
mv .links.disabled.yaml .links.yaml
# echo "running yarn"
yarnLog=$(yarn)
echo "The post-commit hook enabled the links again: moved .links.disabled.yaml to .links.yaml and ran yarn."
echo "[yarn-linker] The post-commit hook has re-enabled .links.yaml."
exit 1
fi
fi