#!/bin/sh

# Add Node.js to PATH for GUI Git clients
export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"

npx lint-staged
