diff --git a/.githooks/pre-receive b/.githooks/pre-receive index 98ebe5b..d6e3120 100644 --- a/.githooks/pre-receive +++ b/.githooks/pre-receive @@ -138,7 +138,7 @@ branch="$1" pidfile="$2" logfile="$3" - echo "Running npm tests..." + echo "Running yarn tests..." if ! yarn test:postreceive; then kill "$(cat "$pidfile")" 2>/dev/null || true echo "Tests failed for branch '$branch'. Application logs from $logfile:"